mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-08 20:25:22 +00:00
Replaced method
This commit is contained in:
parent
6e46338d44
commit
7c438f2c53
@ -397,7 +397,7 @@ func CreateModel(ctx context.Context, name string, path string, fn func(resp api
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
newLayer.From = mp.GetNamespaceRepository()
|
newLayer.From = mp.GetShortTagname()
|
||||||
layers = append(layers, newLayer)
|
layers = append(layers, newLayer)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user