improve modelfile docs

This commit is contained in:
Bruce MacDonald
2023-07-27 15:13:04 -04:00
parent 31673d26d0
commit 1ac38ec89c
3 changed files with 81 additions and 19 deletions

View File

@@ -286,6 +286,7 @@ func CreateModel(name string, path string, fn func(resp api.ProgressResponse)) e
layer.MediaType = mediaType
layers = append(layers, layer)
default:
// runtime parameters
params[c.Name] = c.Args
}
}