mirror of
https://github.com/ollama/ollama.git
synced 2026-04-30 09:48:46 -05:00
10 lines
190 B
Go
10 lines
190 B
Go
//go:build mlx
|
|
|
|
package mlxrunner
|
|
|
|
import (
|
|
_ "github.com/ollama/ollama/x/models/gemma3"
|
|
_ "github.com/ollama/ollama/x/models/glm4_moe_lite"
|
|
_ "github.com/ollama/ollama/x/models/llama"
|
|
)
|