mirror of
https://github.com/ollama/ollama.git
synced 2025-05-15 22:13:54 +02:00
6 lines
119 B
Go
6 lines
119 B
Go
package backend
|
|
|
|
import (
|
|
_ "github.com/ollama/ollama/ml/backend/ggml"
|
|
_ "github.com/ollama/ollama/ml/backend/mlx"
|
|
)
|