Skip to content

Commit 6aa3b23

Browse files
authored
Restore cli prereqs, remove cli prereqs from python
1 parent ab4598a commit 6aa3b23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/machine-learning/how-to-deploy-with-triton.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ NVIDIA Triton Inference Server requires a specific model repository structure, w
6565

6666
The information in this document is based on using a model stored in ONNX format, so the directory structure of the model repository is `<model-repository>/<model-name>/1/model.onnx`. Specifically, this model performs image identification.
6767

68+
[!INCLUDE [clone repo & set defaults](../../includes/machine-learning-cli-prepare.md)
6869

6970
# [Python](#tab/python)
7071

@@ -92,8 +93,6 @@ The information in this document is based on using a model stored in ONNX format
9293
> [!IMPORTANT]
9394
> You may need to request a quota increase for your subscription before you can use this series of VMs. For more information, see [NCv3-series](../virtual-machines/ncv3-series.md).
9495
95-
[!INCLUDE [clone repo & set defaults](../../includes/machine-learning-sdk-prepare.md)]
96-
9796
The information in this article is based on the [Deploy a model to online endpoints using Triton](https://github.com/Azure/azureml-examples/blob/main/sdk/endpoints/online/triton/single-model/online-endpoints-triton.ipynb) notebook contained in the [azureml-examples](https://github.com/azure/azureml-examples) repository. To run the commands locally without having to copy/paste files, clone the repo and then change directories to the `sdk/endpoints/online/triton/single-model/online-endpoints-triton.ipynb` directory in the repo:
9897
9998
```azurecli

0 commit comments

Comments
 (0)