Skip to content

Commit 1ae14e3

Browse files
committed
fixed call
1 parent 8d87577 commit 1ae14e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/steps/training/model_trainer.py

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def model_trainer(
138138
log_metadata(
139139
metadata={"metrics": eval_results},
140140
artifact_name="model",
141+
infer_artifact=True,
141142
)
142143
### YOUR CODE ENDS HERE ###
143144

0 commit comments

Comments
 (0)