pstan commited on
Commit
468075e
1 Parent(s): bb2f6e4

Update README.md

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