kvaishnavi commited on
Commit
79375d4
·
verified ·
1 Parent(s): 42c9b09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -29,7 +29,7 @@ For CPU:
29
 
30
  ```bash
31
  # Download the model directly using the Hugging Face CLI
32
- huggingface-cli download microsoft/Phi-4-onnx --include cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4/* --local-dir .
33
 
34
  # Install the CPU package of ONNX Runtime GenAI
35
  pip install --pre onnxruntime-genai
@@ -43,7 +43,7 @@ For CUDA:
43
 
44
  ```bash
45
  # Download the model directly using the Hugging Face CLI
46
- huggingface-cli download microsoft/Phi-4-onnx--include gpu/* --local-dir .
47
 
48
  # Install the CUDA package of ONNX Runtime GenAI
49
  pip install --pre onnxruntime-genai-cuda
@@ -57,7 +57,7 @@ For DirectML:
57
 
58
  ```bash
59
  # Download the model directly using the Hugging Face CLI
60
- huggingface-cli download microsoft/Phi-4-onnx --include gpu/* --local-dir .
61
 
62
  # Install the DML package of ONNX Runtime GenAI
63
  onnxruntime-genai-directml
 
29
 
30
  ```bash
31
  # Download the model directly using the Hugging Face CLI
32
+ huggingface-cli download microsoft/phi-4-onnx --include cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4/* --local-dir .
33
 
34
  # Install the CPU package of ONNX Runtime GenAI
35
  pip install --pre onnxruntime-genai
 
43
 
44
  ```bash
45
  # Download the model directly using the Hugging Face CLI
46
+ huggingface-cli download microsoft/phi-4-onnx --include gpu/* --local-dir .
47
 
48
  # Install the CUDA package of ONNX Runtime GenAI
49
  pip install --pre onnxruntime-genai-cuda
 
57
 
58
  ```bash
59
  # Download the model directly using the Hugging Face CLI
60
+ huggingface-cli download microsoft/phi-4-onnx --include gpu/* --local-dir .
61
 
62
  # Install the DML package of ONNX Runtime GenAI
63
  onnxruntime-genai-directml