Skip to content

Releases: k2-fsa/sherpa

Release v0.6

03 Jul 01:32
6e596dc
Compare
Choose a tag to compare

Bugfixes.

Release v0.5

11 Jun 01:41
01d9e17
Compare
Choose a tag to compare
  • Add @torch.no_grad() to other threads in addition to the main thread to reduce memory consumption since torch.no_grad() is thread-local

Release v0.4

07 Jun 05:05
522884e
Compare
Choose a tag to compare
  • Support torch >= 1.6.0
  • Support specifying the max number of clients that can be handled by the server

Release v0.3

04 Jun 11:02
aff9cd0
Compare
Choose a tag to compare
  1. Support streaming ASR with pruned stateless Emformer RNN-T
  2. Add checks for torch version during import time
  3. Support Windows

Release v0.2

26 May 01:58
Compare
Choose a tag to compare

Fix pip install.

Release v0.1

24 May 15:05
ad084a9
Compare
Choose a tag to compare

First non-streaming version.