Skip to content

Commit

Permalink
try registering just the model name
Browse files Browse the repository at this point in the history
  • Loading branch information
nancyhung committed Oct 26, 2024
1 parent 4327257 commit 6c5fb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/callbacks/hf_checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def save_model_patch(*args: Any, **kwargs: Any):
input_example=input_example,
metadata=log_model_metadata,
task=task,
registered_model_name=mlflow_logger.model_registry_prefix + registered_model_name,
registered_model_name=registered_model_name, # not the full path? mlflow_logger.model_registry_prefix
await_creation_for=await_creation_for
)
else:
Expand Down

0 comments on commit 6c5fb05

Please sign in to comment.