mirror of
https://github.com/ollama/ollama.git
synced 2025-03-29 03:01:45 +01: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"
|
|
)
|