You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add version fields to model
* add parent_artifact_id to upload_model
* add versioning instructions to model creation tutorial
* frozen=True on artifact_version
"If you want to upload a new version of your model, you can specify its previous version with the `parent_artifact_id` parameter. Don't forget to add a changelog describing your updates!"
52
+
]
53
+
},
54
+
{
55
+
"cell_type": "code",
56
+
"execution_count": null,
57
+
"metadata": {},
58
+
"outputs": [],
59
+
"source": [
60
+
"model.artifact_changelog = \"In this version, I added...\"\n",
# NOTE: When we merge in the competition model feature, we will need to update the slug with the inserted model slug to make sure we write to the correct storage location.
971
979
972
980
# Inform the user about where to find their newly created artifact.
0 commit comments