Skip to content

v0.7.2

Choose a tag to compare

@raullenchai raullenchai released this 11 Jun 23:18
fc61783

Caution

v0.7.2 is YANKED. Upgrade to v0.7.3 immediately.

v0.7.2 shipped a DiffusionGemma in-house generation loop (PR #555) whose fixed_steps=8 default
caused quality regressions on long Chinese / multi-paragraph output. v0.7.3 reverts PR #555 back to
the mlx-vlm passthrough path and fixes tool calling on top of it.

pip install rapid-mlx resolves to v0.7.3 going forward.

What's new in v0.7.2

  • chore: bump version to 0.7.2 (fc61783)
  • DiffusionGemma in-house generation loop (PR #555, reverted in v0.7.3)