Skip to content

Commit 9fcab14

Browse files
authored
Merge pull request #190937 from sdgilley/patch-88
Update how-to-train-cli.md
2 parents bc180eb + 583374a commit 9fcab14

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
@@ -41,7 +41,7 @@ Using `--depth 1` clones only the latest commit to the repository, which reduces
4141

4242
### Create compute
4343

44-
You can create an Azure Machine Learning compute cluster from the command line. For instance, the following commands will create one cluster named `cpu-cluster` and one named `gpu-cluster`.
44+
You can create an Azure Machine Learning compute cluster from the command line. For instance, the following commands will create one cluster named `cpu-cluster` and one named `gpu-cluster`. (This code assumes you've first followed the steps in [the v2 installation prerequisite](how-to-configure-cli.md#set-up) to configure the default --workspace/-w and --resource-group/-g parameters.)
4545

4646
:::code language="azurecli" source="~/azureml-examples-main/setup-repo/create-compute.sh" id="create_computes":::
4747

0 commit comments

Comments
 (0)