"megatron/legacy/model/language_model.py" did not exist on "4c598f9dbda347f2df6e718ab8203d6b68503791"
Commit 7c438f2c authored by Daniel Reis's avatar Daniel Reis
Browse files

Replaced method

parent 6e46338d
......@@ -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)
}
}
......
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