Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Release v0.3.2#68

Merged
ZachNagengast merged 1 commit intomainfrom
release/v0.3.2
May 29, 2025
Merged

Release v0.3.2#68
ZachNagengast merged 1 commit intomainfrom
release/v0.3.2

Conversation

@ZachNagengast
Copy link
Collaborator

Description

  • Add multilingual model support with PerLayerKVDecoder, handling diverse encoder output names, int64 token bindings, and timestamp postprocessing; lifts KV-cache logic into decoder for improved modularity.

  • Various SDK and build improvements: conditional Bazel download, updated API with segments, improved model download/handling, version bumps (0.3.2), and README cleanup.

  • Example app published for open testing: https://play.google.com/store/apps/details?id=com.argmaxinc.whisperax

whisperkitandroid-example-app-v0 3 2

Type of Change

  • Bug fix 🐛
  • New feature 🚀
  • Refactor 🔄
  • Documentation update 📖
  • Other (please describe)

Test Plan

  • I have run bash test/test_build_all.sh and it ran successfully
  • I have tested this change on all relevant platforms.

Checklist

  • My code follows the project's style guidelines.
  • I have updated relevant documentation (if applicable).
  • I have added appropriate tests (if applicable).
  • I have self-reviewed my code before requesting review.

* Add multilingual model support with PerLayerKVDecoder, handling diverse encoder output names, int64 token bindings, and timestamp postprocessing; lifts KV-cache logic into decoder for improved modularity.

* Various SDK and build improvements: conditional Bazel download, updated API with segments, improved model download/handling, version bumps (0.3.2), and README cleanup.

---------

Co-authored-by: Brian Keene <b@argmaxinc.com>
Co-authored-by: chen-argmax <chen@argmaxinc.com>
Co-authored-by: Keith Ha <keith@argmaxinc.com>
Copy link
Contributor

@keith4ever keith4ever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ZachNagengast ZachNagengast merged commit 8a6b737 into main May 29, 2025
2 checks passed
This was referenced May 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants