From bdb4cff4c54538a3b02b1c93d9c7f2bc3adcfb4d Mon Sep 17 00:00:00 2001 From: sophies927 <107952697+sophies927@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:17:56 -0800 Subject: [PATCH 1/3] Update OperatorKernels.md w/ 1.17 release info --- docs/reference/operators/OperatorKernels.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/operators/OperatorKernels.md b/docs/reference/operators/OperatorKernels.md index caa7df1143abd..9c52acafec9c0 100644 --- a/docs/reference/operators/OperatorKernels.md +++ b/docs/reference/operators/OperatorKernels.md @@ -10,6 +10,7 @@ The operator kernels supported by the CPU Execution Provider, CUDA Execution Pro | Release | Documentation | |---------|---------------| | Current main | [https://github.com/microsoft/onnxruntime/blob/main/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/main/docs/OperatorKernels.md) | +| 1.17 | [https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/OperatorKernels.md) | | 1.16 | [https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/OperatorKernels.md)| | 1.15 | [https://github.com/microsoft/onnxruntime/blob/rel-1.15.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.15.0/docs/OperatorKernels.md)| | 1.14 | [https://github.com/microsoft/onnxruntime/blob/rel-1.14.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.14.0/docs/OperatorKernels.md)| From 2fb373b783b1f628e76c2e8b9eceda52c3dedaa0 Mon Sep 17 00:00:00 2001 From: sophies927 <107952697+sophies927@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:22:12 -0800 Subject: [PATCH 2/3] Update ContribOperators.md w/ 1.17 info --- docs/reference/operators/ContribOperators.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/operators/ContribOperators.md b/docs/reference/operators/ContribOperators.md index 77eabcc75a7f9..060ade9aa2d88 100644 --- a/docs/reference/operators/ContribOperators.md +++ b/docs/reference/operators/ContribOperators.md @@ -22,6 +22,8 @@ The contrib operator schemas are documented in the ONNX Runtime repository. | Release | Documentation | |---------|---------------| | Main | [https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md) | +| 1.17 | [https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/ContribOperators.md)| +| 1.16 | [https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/ContribOperators.md)| | 1.15 | [https://github.com/microsoft/onnxruntime/blob/rel-1.15.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.15.0/docs/ContribOperators.md)| | 1.14 | [https://github.com/microsoft/onnxruntime/blob/rel-1.14.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.14.0/docs/ContribOperators.md)| | 1.13 | [https://github.com/microsoft/onnxruntime/blob/rel-1.13.1/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.13.1/docs/ContribOperators.md)| From e1680f88baf62d858ac5d2c27b60ede41ede96c4 Mon Sep 17 00:00:00 2001 From: sophies927 <107952697+sophies927@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:06:29 -0800 Subject: [PATCH 3/3] Update index.md to remove broken links It looks like Azure MachineLearningNotebooks removed a few samples as part of a recent release: https://github.com/Azure/MachineLearningNotebooks/commit/3fd1ce89939234cebf0f5c5510ed49bbb2ba3528#diff-bfd193f8d06c7045a364a0c498bf832772bc7b0b00f8729bd216d14d0cc95cf3. This broke a couple of our links, so I removed them. --- docs/ecosystem/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ecosystem/index.md b/docs/ecosystem/index.md index 12c8335f64be7..1a0f95d77f4e0 100644 --- a/docs/ecosystem/index.md +++ b/docs/ecosystem/index.md @@ -18,8 +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: Facial Expression Recognition](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/deployment/onnx/onnx-inference-facial-expression-recognition-deploy.ipynb){:target="_blank"} -* [Azure Container Instance: MNIST](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/deployment/onnx/onnx-inference-mnist-deploy.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"}