Skip to content

Commit 46463eb

Browse files
Update docs/genai/tutorials/DeepSeek-R1-Distill-Qwen-python.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1792401 commit 46463eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/genai/tutorials/DeepSeek-R1-Distill-Qwen-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
```bash
33
# Installing onnxruntime-genai, olive, and dependencies for CPU
44
python -m venv .venv && source .venv/bin/activate
5-
pip install requests numpy --pre onnxruntime-genai olive-ai"
5+
pip install requests numpy --pre onnxruntime-genai olive-ai
66
```
77

88
```bash

0 commit comments

Comments
 (0)