pstan commited on
Commit
e29bc7f
1 Parent(s): a0fc9cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ conda activate onnx
27
  winget install -e --id GitHub.GitLFS
28
  pip install huggingface-hub[cli]
29
  huggingface-cli download EmbeddedLLM/llama-2-7b-chat-int4-onnx-directml --local-dir .\llama-2-7b-chat
30
- pip install numpy
31
  Invoke-WebRequest -Uri "https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/phi3-qa.py" -OutFile "phi3-qa.py"
32
  pip install onnxruntime-directml
33
  pip install --pre onnxruntime-genai-directml
 
27
  winget install -e --id GitHub.GitLFS
28
  pip install huggingface-hub[cli]
29
  huggingface-cli download EmbeddedLLM/llama-2-7b-chat-int4-onnx-directml --local-dir .\llama-2-7b-chat
30
+ pip install numpy==1.26.4
31
  Invoke-WebRequest -Uri "https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/phi3-qa.py" -OutFile "phi3-qa.py"
32
  pip install onnxruntime-directml
33
  pip install --pre onnxruntime-genai-directml