mirror of
https://github.com/ollama/ollama.git
synced 2025-03-26 17:51:48 +01:00
6 lines
74 B
Go
6 lines
74 B
Go
|
package backend
|
||
|
|
||
|
import (
|
||
|
_ "github.com/ollama/ollama/ml/backend/ggml"
|
||
|
)
|