blockblockblock commited on
Commit
99f3c56
·
verified ·
1 Parent(s): e777544

docs: switch download snippet to the hf CLI

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -84,9 +84,9 @@ bits_per_weight: 4.0
84
  ## Download
85
 
86
  ```bash
87
- pip install -U "huggingface_hub[cli]"
88
 
89
- huggingface-cli download \
90
  blockblockblock/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled-exl3-4.0bpw \
91
  --local-dir ./Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled-exl3-4.0bpw
92
  ```
 
84
  ## Download
85
 
86
  ```bash
87
+ pip install -U huggingface_hub
88
 
89
+ hf download \
90
  blockblockblock/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled-exl3-4.0bpw \
91
  --local-dir ./Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled-exl3-4.0bpw
92
  ```