ONNX Runtime v1.8.1 adds CoreML EP on iOS, React Native package, and ROCm 4.2 preview for training.
$ git clone --branch v1.8.1 https://github.com/microsoft/onnxruntime.git # already have the repo? check out this version: $ git checkout v1.8.1
- ›Enables CoreML Execution Provider in the iOS mobile package, bringing hardware-accelerated inference to Apple devices.
- ›Publishes the
onnxruntime-react-nativepackage on npm, enabling ONNX Runtime inference in React Native applications. - ›Adds support for PyTorch 1.8.1 and 1.9 in ONNX Runtime for PyTorch training acceleration.
- ›Adds support for CUDA 10.2 and 11.1 in the training acceleration stack.
- ›Releases preview packages for ROCm 4.2, enabling AMD GPU training acceleration.
+2 moreshow less
- ›Extends training acceleration coverage to GPT-Neo, Microsoft TNLG, and TNLU models in addition to popular Hugging Face models.
- ›Adds additional operators to the ORT Mobile package.