Skip to content

Instantly share code, notes, and snippets.

@Tob-iee
Created September 13, 2023 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tob-iee/1c091485a2b64e9d3e415b9fa4938d63 to your computer and use it in GitHub Desktop.
Save Tob-iee/1c091485a2b64e9d3e415b9fa4938d63 to your computer and use it in GitHub Desktop.
model version in the custom model folder to store the fine-tuned model from your training experiments in the model registry
# Get the model that will receive this new version
my_model = client.get_model(
name=model_name,
)
experiment.export_in_existing_model(my_model)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment