mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-25 07:58:01 +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