mirror of
https://github.com/ollama/ollama.git
synced 2026-09-02 01:11:25 +00:00
This allows there to be a file that is a list of models that is not mixed into the runner code.
6 lines
126 B
Go
6 lines
126 B
Go
package models
|
|
|
|
import (
|
|
_ "github.com/ollama/ollama/model/models/llama"
|
|
_ "github.com/ollama/ollama/model/models/mllama"
|
|
)
|