mirror of
https://github.com/ollama/ollama.git
synced 2026-04-24 09:46:01 +02:00
OLLAMA version
This commit is contained in:
@@ -99,7 +99,7 @@ func TestDeleteDuplicateLayers(t *testing.T) {
|
||||
}
|
||||
|
||||
// create a manifest with duplicate layers
|
||||
if err := WriteManifest(n, config, []*Layer{config}); err != nil {
|
||||
if err := WriteManifest(n, config, []*Layer{config}, ""); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user