pstan commited on
Commit
132b854
1 Parent(s): f059885

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```