mirror of
https://github.com/ollama/ollama.git
synced 2026-08-04 14:56:15 +00:00
Replaced method
This commit is contained in:
parent
6e46338d44
commit
7c438f2c53
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ func CreateModel(ctx context.Context, name string, path string, fn func(resp api
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
newLayer.From = mp.GetNamespaceRepository()
|
||||
newLayer.From = mp.GetShortTagname()
|
||||
layers = append(layers, newLayer)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue