Skip to content

Commit

Permalink
Update src/zenml/model/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexej Penner <[email protected]>
  • Loading branch information
bcdurak and AlexejPenner authored Dec 12, 2024
1 parent da16376 commit eae491c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/model/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def log_model_metadata(
logger.warning(
"The `log_model_metadata` function is deprecated and will soon be "
"removed. Instead, you can consider using: "
"`log_metadata(metadata={...}, infer_model=True)` instead. For more "
"`log_metadata(metadata={...}, infer_model=True, ...)` instead. For more "
"info: https://docs.zenml.io/how-to/model-management-metrics/track-metrics-metadata/attach-metadata-to-a-model"
)

Expand Down

0 comments on commit eae491c

Please sign in to comment.