Skip to content

v0.2.0

Latest

Choose a tag to compare

@mudler mudler released this 11 Jun 20:41
9db92be

What's Changed

  • feat: banded local (Longformer) attention — fix O(T^2) long-audio OOM by @localai-bot in #9
  • Add nemotron-3.5-asr-streaming-0.6b (multilingual prompt-conditioned streaming) by @localai-bot in #10
  • Batch mode for nemotron: batched causal subsampling + batched target_lang C-API by @localai-bot in #11
  • docs: supported-models table in the README by @localai-bot in #12
  • docs(bench): nemotron GPU numbers on the GB10 by @localai-bot in #14
  • fix: reset the streaming decoder on / so transcription continues (#13) by @localai-bot in #15
  • feat(capi): segment-timestamp support (frame_sec + streaming JSON, ABI v4) by @localai-bot in #16
  • fix: define M_PI for MSVC builds by @mvanhorn in #18
  • fix: tile subsampling for long audio to avoid ggml 2^31 tensor overflow on GPU by @localai-bot in #19
  • fix: select integrated GPUs and allow PARAKEET_DEVICE to name a device by @localai-bot in #20
  • ci: pre-built release binaries for linux, macos and windows by @localai-bot in #22

New Contributors

Full Changelog: v0.1.2...v0.2.0