Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ For DirectML:
|
|
| 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-
|
| 61 |
|
| 62 |
# Please adjust the model directory (-m) accordingly
|
| 63 |
curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/phi3-qa.py -o phi3-qa.py
|
|
|
|
| 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-directml
|
| 61 |
|
| 62 |
# Please adjust the model directory (-m) accordingly
|
| 63 |
curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/phi3-qa.py -o phi3-qa.py
|