Skip to content

Commit 546005b

Browse files
committed
fix top includes
1 parent 69646cd commit 546005b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/machine-learning/how-to-auto-train-image-models.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ms.date: 07/13/2022
1515

1616
# Set up AutoML to train computer vision models
1717

18-
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
19-
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning CLI extension you are using:"]
18+
[!INCLUDE [dev v2](../../includes/machine-learning-dev-v2.md)]
19+
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning you are using:"]
2020
> * [v1](v1/how-to-auto-train-image-models-v1.md)
2121
> * [v2 (current version)](how-to-auto-train-image-models.md)
2222
@@ -30,6 +30,8 @@ Automated ML supports model training for computer vision tasks like image classi
3030
## Prerequisites
3131

3232
# [Azure CLI](#tab/cli)
33+
[!INCLUDE [cli v2](../../includes/machine-learning-cli-v2.md)]
34+
3335

3436
* An Azure Machine Learning workspace. To create the workspace, see [Create workspace resources](quickstart-create-resources.md).
3537
* Install and [set up CLI (v2)](how-to-configure-cli.md#prerequisites) and make sure you install the `ml` extension.
@@ -555,10 +557,10 @@ Once the run completes, you can register the model that was created from the bes
555557

556558
### Get the best run
557559

558-
559560
# [Azure CLI](#tab/cli)
560561

561562
[!INCLUDE [cli v2](../../includes/machine-learning-cli-v2.md)]
563+
562564
```yaml
563565

564566
```

articles/machine-learning/how-to-auto-train-nlp-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 03/15/2022
1515

1616
# Set up AutoML to train a natural language processing model (preview)
1717

18-
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
18+
[!INCLUDE [dev v2](../../includes/machine-learning-dev-v2.md)]
1919
> [!div class="op_single_selector" title1="Select the version of the developer platform of Azure Machine Learning you are using:"]
2020
> * [v1](./v1/how-to-auto-train-nlp-models-v1.md)
2121
> * [v2 (current version)](how-to-auto-train-nlp-models.md)

0 commit comments

Comments
 (0)