We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9276db commit 62b7b28Copy full SHA for 62b7b28
doc/en/DeepseekR1_V3_tutorial.md
@@ -241,7 +241,7 @@ numactl -N 1 -m 1 python ./ktransformers/local_chat.py --model_path <your model
241
`--max_new_tokens 1000` is the max output token length. If you find the answer is truncated, you
242
can increase the number for longer answer (But be aware of OOM, and increase it will slow down the generation rate.).
243
244
-The command `numactl -N 1 -m 1` aims to advoid data transfer between numa nodes<br>
+The command `numactl -N 1 -m 1` aims to avoid data transfer between numa nodes<br>
245
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
246
247
#### Dual socket version (64 cores)
0 commit comments