Publish fix for PyTorch 2.9 to pip
What's Changed
- Remove ipdb and raise error directly in get_speech_timestamps by @mpariente in #695
- Update java example for v6 by @VvvvvGH in #697
- fix bug in tuning/utils.py: add optimizer.zero_grad() before loss.bac… by @JiJiJiang in #699
- resolve torchaudio 2.9 utils by @adamnsandle in #704
- Fixes few typos by @Purfview in #707
- Removes redundant hop_size_samples variable by @Purfview in #708
- drop_chunks fix by @adamnsandle in #712
- Fixes and refines - use_max_poss_sil_at_max_speech arg by @Purfview in #710
New Contributors
- @mpariente made their first contribution in #695
- @JiJiJiang made their first contribution in #699
- @Purfview made their first contribution in #707
Full Changelog: v6.0...v6.1