mirror of
https://github.com/ollama/ollama.git
synced 2025-04-05 10:28:29 +02:00
This allows there to be a file that is a list of models that is not mixed into the runner code.
7 lines
126 B
Go
7 lines
126 B
Go
package models
|
|
|
|
import (
|
|
_ "github.com/ollama/ollama/model/models/llama"
|
|
_ "github.com/ollama/ollama/model/models/mllama"
|
|
)
|