From d5c36bfff285eba4a0ef7c6b7dabb5b3bf6c5c2e Mon Sep 17 00:00:00 2001 From: manashgoswami Date: Sun, 3 Nov 2019 09:10:56 -0800 Subject: [PATCH] Updated links in docs (#2303) * Update README.md * Update README.md * Update README.md --- README.md | 1 + samples/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b42b1999e7..8d183eebab 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Currently ONNX Runtime supports the following accelerators: * [Intel OpenVINO](./docs/execution_providers/OpenVINO-ExecutionProvider.md) * [Nuphar Model Compiler](./docs/execution_providers/Nuphar-ExecutionProvider.md) * [DirectML](./docs/execution_providers/DirectML-ExecutionProvider.md) +* [ACL](./docs/execution_providers/ACL-ExecutionProvider.md) (in preview, for ARM Compute Library) Not all variations are supported in the [official release builds](#apis-and-official-builds), but can be built from source following [these instructions](./BUILD.md). diff --git a/samples/README.md b/samples/README.md index cd93dc3bbf..69e75a6dd7 100644 --- a/samples/README.md +++ b/samples/README.md @@ -38,6 +38,7 @@ For a list of available dockerfiles and published images to help with getting st **Inference and Deploy wtih Azure IoT Edge** * [Intel OpenVINO](http://aka.ms/onnxruntime-openvino) * [NVIDIA TensorRT on Jetson Nano (ARM64)](http://aka.ms/onnxruntime-arm64) + * [ONNX Runtime with Azure ML](https://github.com/Azure-Samples/onnxruntime-iot-edge/blob/master/AzureML-OpenVINO/README.md) **Other** * [Running ONNX model tests](./docs/Model_Test.md)