Skip to content

Commit 16d5d89

Browse files
[docs]: Update Python version options in DPO tutorial (kvcache-ai#1734)
1 parent df998e0 commit 16d5d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/DPO_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This tutorial demonstrates how to use Direct Preference Optimization (DPO) to fi
77
### Step 1: Create a conda environment and suit it for KTransformers
88

99
```Bash
10-
conda create -n Kllama python=3.12 # choose from : [3.10, 3.11, 3.12, 3.13]
10+
conda create -n Kllama python=3.12 # choose from : [3.11, 3.12, 3.13]
1111
conda install -y -c conda-forge libstdcxx-ng gcc_impl_linux-64
1212
conda install -y -c nvidia/label/cuda-12.8.0 cuda-runtime
1313
```

0 commit comments

Comments
 (0)