Unverified Commit d6786f29 authored by Bruce MacDonald's avatar Bruce MacDonald Committed by GitHub
Browse files

add feedback for reading model metadata (#722)

parent 38dc2f79
......@@ -372,6 +372,7 @@ func CreateModel(ctx context.Context, workDir, name string, path string, fn func
}
if mf != nil {
fn(api.ProgressResponse{Status: "reading model metadata"})
sourceBlobPath, err := GetBlobsPath(mf.Config.Digest)
if err != nil {
return err
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment