From 300895039b738e353ea5064919b7f5016bd93029 Mon Sep 17 00:00:00 2001 From: George Wu Date: Fri, 2 Apr 2021 08:44:35 -0700 Subject: [PATCH] fix broken notebook link (#7209) --- .../reference/execution-providers/TensorRT-ExecutionProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/execution-providers/TensorRT-ExecutionProvider.md b/docs/reference/execution-providers/TensorRT-ExecutionProvider.md index eccd7e4a50..26c7b708db 100644 --- a/docs/reference/execution-providers/TensorRT-ExecutionProvider.md +++ b/docs/reference/execution-providers/TensorRT-ExecutionProvider.md @@ -58,7 +58,7 @@ When using the Python wheel from the ONNX Runtime build with TensorRT execution #### Python Sample -Please see [this Notebook](https://github.com/microsoft/onnxruntime/blob/master/docs/python/notebooks/onnx-inference-byoc-gpu-cpu-aks.ipynb) for an example of running a model on GPU using ONNX Runtime through Azure Machine Learning Services. +Please see [this Notebook](https://github.com/microsoft/onnxruntime/blob/master/docs/python/inference/notebooks/onnx-inference-byoc-gpu-cpu-aks.ipynb) for an example of running a model on GPU using ONNX Runtime through Azure Machine Learning Services. ## Performance Tuning