Releases: k2-fsa/k2
Releases · k2-fsa/k2
v1.24.4
What's Changed
- Update doc to include pre-compiled wheels for v1.24.3 by @csukuangfj in #1190
- Fix rnnt_loss_test.py by @yfyeung in #1193
- pruned_ragged_to_lattice by @glynpu in #1163
- Add docs for compose by @yfyeung in #1196
- Fix typo in index.rst by @yfyeung in #1201
- Fix architectures for CUDA 12 and 11.6 by @artbataev in #1200
- fix and remove the assumption that symbols in the decoding graph must… by @DongjiGao in #1198
- [Ready] track arc_map_token during rnnt decoding by @glynpu in #1094
- Remove unused file by @pkufool in #1125
- Update doc to add pre-compiled wheels for torch 2.0.1 by @csukuangfj in #1203
- Fix nightly build by @csukuangfj in #1205
- Doc: Fix cudnn installation by @csukuangfj in #1212
- Disable find mkl by @pkufool in #1215
- Update installation FAQs by @csukuangfj in #1226
- Update doc to include manylinux wheels. by @csukuangfj in #1228
- update installation doc by @csukuangfj in #1230
- typo fixes for installation doc by @csukuangfj in #1231
- Add more pre-compiled wheels by @csukuangfj in #1234
- Add scripts for building manylinux wheels by @csukuangfj in #1236
- Provide pre-built wheels for macOS M1 by @csukuangfj in #1241
- Allow partial for intersect_dense_pruned by @pkufool in #1218
- Fix s_range in rnnt_loss by @pkufool in #1245
- Release v1.24.4 by @pkufool in #1246
- fix install torch by @pkufool in #1247
New Contributors
- @artbataev made their first contribution in #1200
- @DongjiGao made their first contribution in #1198
Full Changelog: v1.24.3...v1.24.4
Release v1.24.1
See #1183
Release after fixing memory issues of pruned RNN-T
Release v1.24.0
- Fox memory allocation issues in pruned RNN-T. See #1177 (comment) for details
Release v1.23.4
- bugfixes
- support swoosh
Release v1.23.2
Fix torch api about getting and setting tensor attributes (#1115) * Fox torch api about getting/setting tensor attributes * Release v1.23.2
Release v1.22
Provide C++ APIs and Python APIs for CTC decoding.
Release v1.21
Release v1.21 (#1072)
Release v1.17
- Support torch 1.12.0
- Various minor fixes
Release v1.16
Support using k2 as a third party library in cmake-based projects.
Release v1.15.1
Fix pip installation