Skip to content

Commit 2854dcb

Browse files
authored
Merge pull request #91453 from AbeOmor/patch-6
Update how-to-train-cli.md
2 parents 8681ea9 + a71a313 commit 2854dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-train-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ And run it:
326326

327327
:::code language="azurecli" source="~/azureml-examples-main/cli/train.sh" id="sklearn_iris":::
328328

329-
To register a model, you can download the outputs and create a model from the local directory:
329+
To register a model, you can upload the model files from the run to the model registry:
330330

331331
:::code language="azurecli" source="~/azureml-examples-main/cli/train.sh" id="sklearn_download_register_model":::
332332

0 commit comments

Comments
 (0)