Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ For DirectML:
|
|
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
|
60 |
pip install --pre onnxruntime-genai-directml
|
61 |
|
62 |
# Please adjust the model directory (-m) accordingly
|
|
|
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 DML package of ONNX Runtime GenAI
|
60 |
pip install --pre onnxruntime-genai-directml
|
61 |
|
62 |
# Please adjust the model directory (-m) accordingly
|