Skip to content

Commit 818fc64

Browse files
authored
Rename and update DeepSeek-R1-Distill tutorial
addressed comments
1 parent 882813c commit 818fc64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to chat with DeepSeek-R1-Distill ONNX models on your devi
44
has_children: false
55
parent: Tutorials
66
grand_parent: Generate API (Preview)
7-
nav_order:
7+
nav_order: 4
88
---
99

1010
# Reasoning in Python with DeepSeek-R1-Distill models
@@ -53,4 +53,4 @@ python model-chat.py -m deepseek-r1-distill-qwen-1.5B/model -e cpu --chat_templa
5353
```bash
5454
# GPU Chat inference. If you pulled the model from huggingface, adjust the model directory (-m) accordingly
5555
curl -o https://raw.githubusercontent.com/microsoft/onnxruntime-genai/refs/heads/main/examples/python/model-chat.py
56-
python model-chat.py -m deepseek-r1-distill-qwen-1.5B/model -e cuda --chat_template "<|begin▁of▁sentence|><|User|>{input}<|Assistant|>"
56+
python model-chat.py -m deepseek-r1-distill-qwen-1.5B/model -e cuda --chat_template "<|begin▁of▁sentence|><|User|>{input}<|Assistant|>"

0 commit comments

Comments
 (0)