Skip to content

v0.3.3 — Model Aliases

Choose a tag to compare

@raullenchai raullenchai released this 21 Mar 12:39
· 29 commits to main since this release

What's New

Model Alias Registry

No more memorizing HuggingFace paths. Use short names:

rapid-mlx serve qwen3.5-9b --port 8000
# resolves to mlx-community/Qwen3.5-9B-4bit

List all 20 aliases with rapid-mlx models.

README Polish

  • Vision install instructions now cover both install.sh and pip paths
  • Benchmark header clarified (mlx-lm serve, not vllm-mlx)
  • Copy-paste commands use short aliases
  • Minor clarity improvements for new users

Full Changelog

  • feat: model alias registry (#39)
  • fix: README polish for non-tech users (#38)