From aa6097ad5b9079b49027bda6067d442fb33e65f5 Mon Sep 17 00:00:00 2001 From: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com> Date: Tue, 28 May 2024 13:27:09 -0700 Subject: [PATCH] Fix broken links (#20831) ### Description Fix broken links referenced in issue #20790 Llama2 blog link was updated to the correct location and ResNet sample was removed entirely because it no longer exists anywhere in the AML docs ### Motivation and Context --- docs/ecosystem/index.md | 1 - src/routes/blogs/accelerating-llama-2/+page.svelte | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ecosystem/index.md b/docs/ecosystem/index.md index 1a0f95d77f..4b8b1509cc 100644 --- a/docs/ecosystem/index.md +++ b/docs/ecosystem/index.md @@ -18,7 +18,6 @@ ONNX Runtime functions as part of an ecosystem of tools and platforms to deliver ## Azure Machine Learning Services * [Azure Container Instance: BERT](https://github.com/microsoft/onnxruntime/tree/main/onnxruntime/python/tools/transformers/notebooks/Inference_Bert_with_OnnxRuntime_on_AzureML.ipynb){:target="_blank"} -* [Azure Container Instance: Image classification (Resnet)](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/deployment/onnx/onnx-modelzoo-aml-deploy-resnet50.ipynb){:target="_blank"} * [Azure Kubernetes Services: FER+](https://github.com/microsoft/onnxruntime/blob/main/docs/python/notebooks/onnx-inference-byoc-gpu-cpu-aks.ipynb){:target="_blank"} * [Azure IoT Sedge (Intel UP2 device with OpenVINO)](https://github.com/Azure-Samples/onnxruntime-iot-edge/blob/master/AzureML-OpenVINO/README.md){:target="_blank"} * [Automated Machine Learning](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.ipynb){:target="_blank"} diff --git a/src/routes/blogs/accelerating-llama-2/+page.svelte b/src/routes/blogs/accelerating-llama-2/+page.svelte index 9e0999aff8..c16eeeb5dc 100644 --- a/src/routes/blogs/accelerating-llama-2/+page.svelte +++ b/src/routes/blogs/accelerating-llama-2/+page.svelte @@ -293,7 +293,7 @@
Here is a sample notebook that shows you an end-to-end example of how you can use the above ONNX Runtime optimizations in your application.