Skip to content

Commit 84e44a5

Browse files
authored
Added custom_model_output
1 parent 446af4a commit 84e44a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-manage-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ code: src
361361
command: >-
362362
python load_score.py
363363
--input_model ${{inputs.input_model}}
364-
--output_folder ${{outputs.output_folder}}
364+
--custom_model_output ${{outputs.output_folder}}
365365
inputs:
366366
input_model:
367367
type: <type> # mlflow_model,custom_model, triton_model

0 commit comments

Comments
 (0)