parinitarahi commited on
Commit
49bb16e
·
verified ·
1 Parent(s): 432ce77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ For DirectML:
59
  huggingface-cli download microsoft/Phi-4-onnx --include gpu/* --local-dir .
60
 
61
  # Install the CUDA package of ONNX Runtime GenAI
62
- pip install --pre onnxruntime-genai-cuda
63
 
64
  # Please adjust the model directory (-m) accordingly
65
  curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/phi3-qa.py -o phi3-qa.py
 
59
  huggingface-cli download microsoft/Phi-4-onnx --include gpu/* --local-dir .
60
 
61
  # Install the CUDA package of ONNX Runtime GenAI
62
+ onnxruntime-genai-directml
63
 
64
  # Please adjust the model directory (-m) accordingly
65
  curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/phi3-qa.py -o phi3-qa.py