Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ huggingface-cli download onnxruntime/DeepSeek-R1-Distill-ONNX --include 'deepsee
|
|
20 |
```
|
21 |
|
22 |
```bash
|
23 |
-
pip install
|
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
|