pstan commited on
Commit
eed1059
1 Parent(s): abdf894

Update README.md

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