mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00: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"
|
|
)
|