pstan commited on
Commit
8d241d8
1 Parent(s): bc1d250

Update README.md

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