go-mlx/mlxlm
Snider 802b7660f2
All checks were successful
Security Scan / security (push) Successful in 12s
Test / Vet & Build (push) Successful in 55s
feat: update mlxlm bridge for mlx-lm 0.30.7 API
- Rewrite bridge.py to use make_sampler() and make_logits_processors()
  instead of deprecated direct kwargs (temp, top_p, top_k)
- Add repeat_penalty forwarding in backend.go for Generate and Chat
- Extract _build_gen_kwargs() helper shared by generate and chat handlers

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-26 05:14:09 +00:00
..
testdata feat(mlxlm): Phase 5.5 — subprocess backend using Python mlx-lm 2026-02-20 09:02:30 +00:00
backend.go feat: update mlxlm bridge for mlx-lm 0.30.7 API 2026-02-26 05:14:09 +00:00
backend_test.go feat(mlxlm): Phase 5.5 — subprocess backend using Python mlx-lm 2026-02-20 09:02:30 +00:00
bridge.py feat: update mlxlm bridge for mlx-lm 0.30.7 API 2026-02-26 05:14:09 +00:00