Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ For NPU:
|
|
| 29 |
|
| 30 |
```bash
|
| 31 |
# Download the model directly using the Hugging Face CLI
|
| 32 |
-
hf download
|
| 33 |
|
| 34 |
# Install ONNX Runtime GenAI
|
| 35 |
pip install --pre onnxruntime-genai
|
|
|
|
| 29 |
|
| 30 |
```bash
|
| 31 |
# Download the model directly using the Hugging Face CLI
|
| 32 |
+
hf download microsoft/Fara-7B-onnx --include npu/qnn-int4/* --local-dir .
|
| 33 |
|
| 34 |
# Install ONNX Runtime GenAI
|
| 35 |
pip install --pre onnxruntime-genai
|