Release v1.7.0
- Fix building with GPU on Linux
- Refactor code to make it easier support other kinds of streaming models. The breaks the Python API.
sherpa_onnx.OnlineRecognizer()
should be changed tosherpa_onnx.OnlineRecognizer.from_transducer()
.
sherpa_onnx.OnlineRecognizer()
should be changed to sherpa_onnx.OnlineRecognizer.from_transducer()
.