pstan commited on
Commit
fd2d1bb
1 Parent(s): 59b4a8c

Update README.md

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