Skip to content

v0.4.1

Latest

Choose a tag to compare

@igurss igurss released this 21 Jul 14:39
· 4 commits to main since this release

Patch release with two bug fixes reported by the community.

Fixes

  • Low Power Mode detection (#36): pmset -g no longer exposes the legacy lowpowermode key on Macs that support High Power Mode (for example, MacBook Pro M4 Pro/M5 Pro). mlx-Chronos now falls back to powermode when needed.
  • TTFT for reasoning models (#37): Gemma 4 on Ollama can consume the only available token (max_tokens=1) in hidden reasoning. Ollama’s OpenAI-compatible endpoint does not expose that text (known upstream issue: ollama/ollama#15288). measure_ttft now also treats a token-limit stop signal as a valid measurement.

Thanks to @umigliore for both reports, a working workaround already included in #36 and a precise diagnosis in #37.