parinitarahi commited on
Commit
67a59c4
·
verified ·
1 Parent(s): 7c8ab4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,7 +26,7 @@ For CPU:
26
 
27
  ```bash
28
  # Download the model directly using the Hugging Face CLI
29
- huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include Phi-4-mini-instruct-onnx/cpu_and_mobile/* --local-dir .
30
 
31
  # Install the CPU package of ONNX Runtime GenAI
32
  pip install --pre onnxruntime-genai
@@ -40,7 +40,7 @@ For CUDA:
40
 
41
  ```bash
42
  # Download the model directly using the Hugging Face CLI
43
- huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include Phi-4-mini-instruct-onnx/gpu/* --local-dir .
44
 
45
  # Install the CUDA package of ONNX Runtime GenAI
46
  pip install --pre onnxruntime-genai-cuda
@@ -54,7 +54,7 @@ For DirectML:
54
 
55
  ```bash
56
  # Download the model directly using the Hugging Face CLI
57
- huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include Phi-4-mini-instruct-onnx/gpu/* --local-dir .
58
 
59
  # Install the CUDA package of ONNX Runtime GenAI
60
  pip install --pre onnxruntime-genai-cuda
 
26
 
27
  ```bash
28
  # Download the model directly using the Hugging Face CLI
29
+ huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4/* --local-dir .
30
 
31
  # Install the CPU package of ONNX Runtime GenAI
32
  pip install --pre onnxruntime-genai
 
40
 
41
  ```bash
42
  # Download the model directly using the Hugging Face CLI
43
+ huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include gpu/* --local-dir .
44
 
45
  # Install the CUDA package of ONNX Runtime GenAI
46
  pip install --pre onnxruntime-genai-cuda
 
54
 
55
  ```bash
56
  # Download the model directly using the Hugging Face CLI
57
+ huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include gpu/* --local-dir .
58
 
59
  # Install the CUDA package of ONNX Runtime GenAI
60
  pip install --pre onnxruntime-genai-cuda