parinitarahi commited on
Commit
44db027
·
verified ·
1 Parent(s): 5c6b624

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-cuda
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