Skip to content

Commit 3d0423f

Browse files
Merge pull request #213707 from shohei1029/patch-5
update paths
2 parents 8a78ba6 + 27d6d55 commit 3d0423f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.devlang: azurecli
2727
2828
Learn how to use [NVIDIA Triton Inference Server](https://aka.ms/nvidia-triton-docs) in Azure Machine Learning with [online endpoints](concept-endpoints.md#what-are-online-endpoints).
2929

30-
Triton is multi-framework, open-source software that is optimized for inference. It supports popular machine learning frameworks like TensorFlow, ONNX Runtime, PyTorch, NVIDIA TensorRT, and more. It can be used for your CPU or GPU workloads. No-code deployment for Triton models are supported in both [managed online endpoints and Kubernetes online endpoints](concept-endpoints.md#managed-online-endpoints-vs-kubernetes-online-endpoints).
30+
Triton is multi-framework, open-source software that is optimized for inference. It supports popular machine learning frameworks like TensorFlow, ONNX Runtime, PyTorch, NVIDIA TensorRT, and more. It can be used for your CPU or GPU workloads. No-code deployment for Triton models is supported in both [managed online endpoints and Kubernetes online endpoints](concept-endpoints.md#managed-online-endpoints-vs-kubernetes-online-endpoints).
3131

3232
In this article, you will learn how to deploy Triton and a model to a [managed online endpoint](concept-endpoints.md#managed-online-endpoints). Information is provided on using the CLI (command line), Python SDK v2, and Azure Machine Learning studio.
3333

@@ -93,19 +93,18 @@ The information in this document is based on using a model stored in ONNX format
9393
> [!IMPORTANT]
9494
> 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).
9595
96-
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:
96+
The information in this article is based on the [online-endpoints-triton.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/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/` directory in the repo:
9797
9898
```azurecli
9999
git clone https://github.com/Azure/azureml-examples --depth 1
100-
cd azureml-examples
101-
cd sdk/endpoints/online/triton/single-model/online-endpoints-triton.ipynb
100+
cd azureml-examples/sdk/python/endpoints/online/triton/single-model/
102101
```
103102

104103
# [Studio](#tab/azure-studio)
105104

106105
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
107106

108-
* An Azure Machine Learning workspace. If you don't have one, use the steps in [Manage Azure Machine Learning workspaces in the portal or with the Python SDK](how-to-manage-workspace.md) to create one.
107+
* An Azure Machine Learning workspace. If you don't have one, use the steps in [Manage Azure Machine Learning workspaces in the portal, or with the Python SDK](how-to-manage-workspace.md) to create one.
109108

110109
---
111110

@@ -428,9 +427,9 @@ Once your deployment completes, use the following command to make a scoring requ
428427
429428
# [Studio](#tab/azure-studio)
430429
431-
Azure Machine Learning Studio provides the ability to test endpoints with JSON. However, serialized JSON is not currently included for this example.
430+
Azure Machine Learning studio provides the ability to test endpoints with JSON. However, serialized JSON is not currently included for this example.
432431
433-
To test an endpoint using Azure Machine Learning Studio, click `Test` from the Endpoint page.
432+
To test an endpoint using Azure Machine Learning studio, click `Test` from the Endpoint page.
434433
435434
---
436435

0 commit comments

Comments
 (0)