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