mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 16:26:59 +00:00
more resilient Manifests
This commit is contained in:
@@ -56,6 +56,10 @@ func TestManifests(t *testing.T) {
|
||||
filepath.Join("host", "namespace", "model", "tag"),
|
||||
filepath.Join("host", "namespace", "model", ".hidden"),
|
||||
},
|
||||
"subdir": {
|
||||
filepath.Join("host", "namespace", "model", "tag", "one"),
|
||||
filepath.Join("host", "namespace", "model", "tag", "another", "one"),
|
||||
},
|
||||
}
|
||||
|
||||
for n, wants := range cases {
|
||||
|
||||
Reference in New Issue
Block a user