update model file docs

This commit is contained in:
Bruce MacDonald
2023-07-28 10:33:52 -04:00
committed by GitHub
3 changed files with 82 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
}
}