fix CLI loading

This commit is contained in:
GrosQuildu
2026-02-19 16:00:38 +01:00
parent d2c3884bc7
commit 4f2ae950d9
+1 -1
View File
@@ -382,7 +382,7 @@ Download, load, and serve -- all from the CLI:
```bash
lms get Qwen3-Coder-Next@MLX-4bit -y
lms load qwen3-coder-next-mlx --context-length 32768 --gpu max -y
lms load qwen/qwen3-coder-next --context-length 32768 --gpu max -y
lms server start
```