mirror of
https://github.com/ollama/ollama.git
synced 2025-04-06 10:58:36 +02:00
commit
38f0c54c64
@ -106,10 +106,10 @@ func GetBlobsPath(digest string) (string, error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
path := filepath.Join(home, ".ollama", "models", "blobs")
|
||||
path := filepath.Join(home, ".ollama", "models", "blobs", digest)
|
||||
if err := os.MkdirAll(filepath.Dir(path), 0o755); err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
return filepath.Join(path, digest), nil
|
||||
return path, nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user