Skip to content

Commit

Permalink
type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Nov 1, 2024
1 parent 7a423b1 commit 30b6927
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 @@ -195,7 +195,7 @@ def save_model_patch(*args: Any, **kwargs: Any):
e,
)

mlflow.transformers.save_model = save_model_patch
mlflow.transformers.save_model = save_model_patch # type: ignore

mlflow.set_tracking_uri(mlflow_logger.tracking_uri)
if mlflow_logger.model_registry_uri is not None:
Expand Down

0 comments on commit 30b6927

Please sign in to comment.