Skip to content

Commit 62b7b28

Browse files
fix typo (#1452)
1 parent a9276db commit 62b7b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/DeepseekR1_V3_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ numactl -N 1 -m 1 python ./ktransformers/local_chat.py --model_path <your model
241241
`--max_new_tokens 1000` is the max output token length. If you find the answer is truncated, you
242242
can increase the number for longer answer (But be aware of OOM, and increase it will slow down the generation rate.).
243243

244-
The command `numactl -N 1 -m 1` aims to advoid data transfer between numa nodes<br>
244+
The command `numactl -N 1 -m 1` aims to avoid data transfer between numa nodes<br>
245245
Attention! If you are testing R1 and it may skip thinking. So you can add arg: `--force_think true`. This is explained in [FAQ](#faq) part
246246

247247
#### Dual socket version (64 cores)

0 commit comments

Comments
 (0)