Skip to content

v0.8.5

Choose a tag to compare

@dahai80 dahai80 released this 07 Aug 00:25
7bab580

Patch release.

  • #372: Accept HuggingFace repo ids in model resolution — /v1/chat/completions (and all OpenAI/Anthropic routes) now accept org/repo forms like mlx-community/Qwen3-0.6B-4bit in addition to registry short names. EnginePool._resolve_hf_repo_id matches source_repo_id before lookup; unmatched ids return 404 with available short names (no more opaque 502).
  • #390: Fix stale --lora-path CLI help — now reflects that per-request adapter hot-swap is supported via the request adapters field.

Tests: 7 new (TestHfRepoIdResolution); full engine_pool 105 pass. Lint clean. Local 1534 pass.