Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ huggingface-cli download EmbeddedLLM/mistral-7b-instruct-v0.3-onnx --include="on
|
|
56 |
|
57 |
5. **Install necessary Python packages:**
|
58 |
```sh
|
59 |
-
pip install numpy
|
60 |
pip install onnxruntime-directml
|
61 |
pip install --pre onnxruntime-genai-directml
|
62 |
```
|
|
|
56 |
|
57 |
5. **Install necessary Python packages:**
|
58 |
```sh
|
59 |
+
pip install numpy==1.26.4
|
60 |
pip install onnxruntime-directml
|
61 |
pip install --pre onnxruntime-genai-directml
|
62 |
```
|