Update README.md
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ huggingface-cli download EmbeddedLLM/Starling-LM-7b-beta-onnx --include="onnx/di
|
|
| 60 |
|
| 61 |
5. **Install necessary Python packages:**
|
| 62 |
```sh
|
| 63 |
-
pip install numpy
|
| 64 |
pip install onnxruntime-directml
|
| 65 |
pip install --pre onnxruntime-genai-directml
|
| 66 |
```
|
|
|
|
| 60 |
|
| 61 |
5. **Install necessary Python packages:**
|
| 62 |
```sh
|
| 63 |
+
pip install numpy==1.26.4
|
| 64 |
pip install onnxruntime-directml
|
| 65 |
pip install --pre onnxruntime-genai-directml
|
| 66 |
```
|