x: replace all import paths for bllamo.com with github.com/ollama/ollama

This commit is contained in:
Blake Mizerany
2024-04-04 14:54:36 -07:00
parent 5041000a28
commit 6aa9795c4f
18 changed files with 87 additions and 149 deletions

View File

@@ -13,7 +13,7 @@ import (
"os"
"text/tabwriter"
"bllamo.com/encoding/gguf"
"github.com/ollama/ollama/x/encoding/gguf"
)
func main() {