kvaishnavi commited on
Commit
2424a03
·
verified ·
1 Parent(s): 950e91f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ For NPU:
27
 
28
  ```bash
29
  # Download the model directly using the Hugging Face CLI
30
- huggingface-cli download onnxruntime/fara-7b-onnx --include npu/qnn-int4/* --local-dir .
31
 
32
  # Install ONNX Runtime GenAI
33
  pip install --pre onnxruntime-genai
 
27
 
28
  ```bash
29
  # Download the model directly using the Hugging Face CLI
30
+ hf download onnxruntime/fara-7b-onnx --include npu/qnn-int4/* --local-dir .
31
 
32
  # Install ONNX Runtime GenAI
33
  pip install --pre onnxruntime-genai