Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ huggingface-cli download EmbeddedLLM/gemma-2b-it-onnx --include="onnx/directml/*
|
|
54 |
|
55 |
5. **Install necessary Python packages:**
|
56 |
```sh
|
57 |
-
pip install numpy
|
58 |
pip install onnxruntime-directml
|
59 |
pip install --pre onnxruntime-genai-directml
|
60 |
```
|
|
|
54 |
|
55 |
5. **Install necessary Python packages:**
|
56 |
```sh
|
57 |
+
pip install numpy==1.26.4
|
58 |
pip install onnxruntime-directml
|
59 |
pip install --pre onnxruntime-genai-directml
|
60 |
```
|