backend.go 74 B

12345
  1. package backend
  2. import (
  3. _ "github.com/ollama/ollama/ml/backend/ggml"
  4. )