Skip to content

Commit c026241

Browse files
authored
Prereqs and references edit
1 parent 604dd63 commit c026241

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ pip install gevent
6161
> [!IMPORTANT]
6262
> 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).
6363
64-
[!INCLUDE [clone repo & set defaults](../../includes/machine-learning-cli-prepare.md)]
65-
6664
NVIDIA Triton Inference Server requires a specific model repository structure, where there is a directory for each model and subdirectories for the model version. The contents of each model version subdirectory is determined by the type of the model and the requirements of the backend that supports the model. To see all the model repository structure [https://github.com/triton-inference-server/server/blob/main/docs/user_guide/model_repository.md#model-files](https://github.com/triton-inference-server/server/blob/main/docs/user_guide/model_repository.md#model-files)
6765

6866
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.
@@ -72,7 +70,7 @@ The information in this document is based on using a model stored in ONNX format
7270

7371
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
7472

75-
[!INCLUDE [basic prereqs](../../includes/machine-learning-cli-prereqs.md)]
73+
[!INCLUDE [sdk](../../includes/machine-learning-sdk-v2-prereqs.md)]
7674

7775
* A working Python 3.8 (or higher) environment.
7876

@@ -101,7 +99,7 @@ The information in this article is based on the [Deploy a model to online endpoi
10199
```azurecli
102100
git clone https://github.com/Azure/azureml-examples --depth 1
103101
cd azureml-examples
104-
cd cli
102+
cd sdk/endpoints/online/triton/single-model/online-endpoints-triton.ipynb
105103
```
106104

107105
# [Studio](#tab/azure-studio)

0 commit comments

Comments
 (0)