mirror of
https://github.com/ollama/ollama.git
synced 2025-05-17 06:55:09 +02:00
5 lines
74 B
Go
5 lines
74 B
Go
package backend
|
|
|
|
import (
|
|
_ "github.com/ollama/ollama/ml/backend/ggml"
|
|
)
|