mirror of
https://github.com/ollama/ollama.git
synced 2025-04-27 20:40:15 +02:00
6 lines
74 B
Go
6 lines
74 B
Go
package backend
|
|
|
|
import (
|
|
_ "github.com/ollama/ollama/ml/backend/ggml"
|
|
)
|