From 4f2ae950d9047a8a89d2e66d5f5a190cbe8759fb Mon Sep 17 00:00:00 2001 From: GrosQuildu Date: Thu, 19 Feb 2026 16:00:38 +0100 Subject: [PATCH] fix CLI loading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f680f..11a2e33 100644 --- a/README.md +++ b/README.md @@ -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 ```