chore: note --model flag in MLX troubleshooting

Co-authored-by: Cursor <cursoragent@cursor.com>
docs/local-mlx-cursor
Don 2026-05-27 20:23:38 -04:00
parent e0b19a4367
commit e4ed08e3be
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ First response after cold start may be slow while weights load into memory.
| Symptom | What to try | | Symptom | What to try |
|---------|-------------| |---------|-------------|
| `mlx_lm.server` not found | `uv tool install mlx-lm`; add `$HOME/.local/bin` to `PATH` (see §1); or `~/.local/bin/mlx_lm.server` | | `mlx_lm.server` not found | `uv tool install mlx-lm`; add `$HOME/.local/bin` to `PATH` (see §1); or `~/.local/bin/mlx_lm.server` |
| `unrecognized arguments: --mlx-community/...` | Use `--model mlx-community/...`, not `--mlx-community/...` |
| Connection refused | Confirm `mlx_lm.server` is running; `curl http://127.0.0.1:8080/v1/models` | | Connection refused | Confirm `mlx_lm.server` is running; `curl http://127.0.0.1:8080/v1/models` |
| Wrong model / 404 | Model name must match `/v1/models` exactly | | Wrong model / 404 | Model name must match `/v1/models` exactly |
| First request very slow | Normal — one-time load into unified memory | | First request very slow | Normal — one-time load into unified memory |