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)