Releases: microsoft/onnxruntime-extensions
Releases · microsoft/onnxruntime-extensions
v0.4.0
This release improved the process and the features required for ONNXRuntime Mobile and ONNXRuntime Web,
Specifically
- Support Android/Web-Assembly build
- Support the custom build for the selected operators
- Support non-exception C++ build
- Add mobile-optimized operators for string manipulation and tokenization
- The GPT-2 beam search tool
- Some bug fixings
v0.3.1
v0.3.0
It supports:
The CustomOp C++ library for ONNX Runtime on ONNXRuntime CustomOp API.
PyOp feature to implement the custom op with a Python function.
Build all-in-one ONNX model from the pre/post processing Python code
Python per ONNX operator debugging, checking hook_model_op in onnxruntime_extensions Python package.