parinitarahi commited on
Commit
a233b81
·
verified ·
1 Parent(s): 8598fe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ huggingface-cli download onnxruntime/DeepSeek-R1-Distill-ONNX --include 'deepsee
20
  ```
21
 
22
  ```bash
23
- pip install requests numpy --pre onnxruntime-genai
24
 
25
  # CPU Chat inference. If you pulled the model from huggingface, adjust the model directory (-m) accordingly
26
  curl -o https://raw.githubusercontent.com/microsoft/onnxruntime-genai/refs/heads/main/examples/python/model-chat.py
 
20
  ```
21
 
22
  ```bash
23
+ pip install --pre onnxruntime-genai
24
 
25
  # CPU Chat inference. If you pulled the model from huggingface, adjust the model directory (-m) accordingly
26
  curl -o https://raw.githubusercontent.com/microsoft/onnxruntime-genai/refs/heads/main/examples/python/model-chat.py