Skip to content

Commit 0e7dadb

Browse files
authored
Update README.md
1 parent fd3f355 commit 0e7dadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pip install -r requirements.txt
176176
3. Build the project
177177
```bash
178178
# Manually download the model and run with local path
179-
huggingface-cli download microsoft/BitNet-b1.58-2B-4T --local-dir models/BitNet-b1.58-2B-4T
179+
huggingface-cli download microsoft/BitNet-b1.58-2B-4T-gguf --local-dir models/BitNet-b1.58-2B-4T
180180
python setup_env.py -md models/BitNet-b1.58-2B-4T -q i2_s
181181

182182
# Or you can download a model from Hugging Face, convert it to quantized gguf format, and build the project

0 commit comments

Comments
 (0)