pstan commited on
Commit
c185882
·
verified ·
1 Parent(s): e696485

Update README.md

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