Update README.md
Browse files
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
|