From 9418384c5f8fa5449b681d469a60db93e862c11e Mon Sep 17 00:00:00 2001 From: Nicholas Burr <44687210+nicholasburr@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:16:21 -0500 Subject: [PATCH] Updated HF_HUB_ENABLE_HF_TRANSFER to HF_XET_HIGH_PERFORMANCE. (#56) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e97ea53..c84f44b 100644 --- a/README.md +++ b/README.md @@ -97,11 +97,11 @@ llama-cli --list-devices ### 3. Download Model Example: Qwen3 Coder 30B (BF16) ```bash -HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF \ +HF_XET_HIGH_PERFORMANCE=1 huggingface-cli download unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF \ BF16/Qwen3-Coder-30B-A3B-Instruct-BF16-00001-of-00002.gguf \ --local-dir models/qwen3-coder-30B-A3B/ -HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF \ +HF_XET_HIGH_PERFORMANCE=1 huggingface-cli download unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF \ BF16/Qwen3-Coder-30B-A3B-Instruct-BF16-00002-of-00002.gguf \ --local-dir models/qwen3-coder-30B-A3B/ ```