onnx-asr v0.10.0
Highlights
- Improved TensorRT support: 10x speedup on GigaAM v2/v3 CTC and 3x speedup on Parakeet TDT v2/v3!
- Optimized the default ONNX configuration to automatically exclude unsupported providers.
- Installation from source has been simplified - you can now just use
pip/uv. - You can specify the folder where to download the model.
- The
cpu_preprocessingoption is deprecated and ignored, usepreprocessor_configandresampler_configinstead.
What's Changed
- Fixed concurrent preprocessor on numpy 1.26 by @istupakov in #49
- Improved models downloading by @istupakov in #51, #52
- Update CI and tests, move from PDM to uv+hatchling by @istupakov in #30, #58
- Add TensorRT support and benchmarks by @istupakov in #55
- Added logprobs to recognize results by @istupakov in #54
- Optimize config selection by @istupakov in #59
- Update documentaion by @istupakov in #57
Full Changelog: v0.9.1...v0.10.0