mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-07 11:45:21 +00:00
filepath.Join
This commit is contained in:
parent
b8772a353f
commit
a385382ff5
@ -118,7 +118,7 @@ func Manifests() (map[model.Name]*Manifest, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO(mxyng): use something less brittle
|
// TODO(mxyng): use something less brittle
|
||||||
matches, err := filepath.Glob(fmt.Sprintf("%s/*/*/*/*", manifests))
|
matches, err := filepath.Glob(filepath.Join(manifests, "*", "*", "*", "*"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user