Unverified Commit 83c6be16 authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

fix model manifests (#477)

parent 1adfa675
......@@ -115,7 +115,7 @@ func GetManifestPath() (string, error) {
}
path := filepath.Join(home, ".ollama", "models", "manifests")
if err := os.MkdirAll(filepath.Dir(path), 0o755); err != nil {
if err := os.MkdirAll(path, 0o755); err != nil {
return "", err
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment