Download Latest Version v0.13.1 source code.tar.gz (1.5 MB)
Email in envelope

Get an email when there's a new version of WhisperKit

Home / v0.13.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-31 1.1 kB
v0.13.1 source code.tar.gz 2025-07-31 1.5 MB
v0.13.1 source code.zip 2025-07-31 1.6 MB
Totals: 3 Items   3.1 MB 1

Patch release to fix some issues reported relating to tokenizer loading and config-based logit filters. - Tokenizer downloading now respects downloadBase if specified https://github.com/argmaxinc/WhisperKit/issues/339 thanks for the suggestion @Kavi-Gupta - Tokenizer will now load offline with the CLI if it exists in the modelFolder path https://github.com/argmaxinc/WhisperKit/issues/340 thanks for reporting @cedricporter - Logits filters were observed never actually being passed to the text decoder if defined in the config, this patch makes sure they are observed by passing them to the text decoder on WhisperKit initialization.

Also includes improved logging contributed by @JimLiu, thanks everyone for helping make WhisperKit ever better! 🚀

What's Changed

Full Changelog: https://github.com/argmaxinc/WhisperKit/compare/v0.13.0...v0.13.1

Source: README.md, updated 2025-07-31