Releases: k2-fsa/sherpa
Releases · k2-fsa/sherpa
Release v0.6
Bugfixes.
Release v0.5
- Add
@torch.no_grad()
to other threads in addition to the main thread to reduce memory consumption sincetorch.no_grad()
is thread-local
Release v0.4
- Support torch >= 1.6.0
- Support specifying the max number of clients that can be handled by the server
Release v0.3
- Support streaming ASR with pruned stateless Emformer RNN-T
- Add checks for torch version during import time
- Support Windows
Release v0.2
Fix pip install
.
Release v0.1
First non-streaming version.