From cf7aee94559c59fd11fcb1e6aff719f8bf3be571 Mon Sep 17 00:00:00 2001 From: syaojun Date: Fri, 13 Mar 2026 00:27:38 +0800 Subject: [PATCH] fix: update download command for model weights in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb468f33b..f5ff071a6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ pip install git+https://github.com/GeeeekExplorer/nano-vllm.git To download the model weights manually, use the following command: ```bash -huggingface-cli download --resume-download Qwen/Qwen3-0.6B \ +hf download --resume-download Qwen/Qwen3-0.6B \ --local-dir ~/huggingface/Qwen3-0.6B/ \ --local-dir-use-symlinks False ```