From 34cd6c5b3b30f143d34c82cba483247e6047d41f Mon Sep 17 00:00:00 2001 From: Wenzhang-Chen Date: Wed, 23 Jul 2025 21:39:09 +0800 Subject: [PATCH] fix typo --- doc/en/DeepseekR1_V3_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/DeepseekR1_V3_tutorial.md b/doc/en/DeepseekR1_V3_tutorial.md index b2d59d2..3fa7e3c 100644 --- a/doc/en/DeepseekR1_V3_tutorial.md +++ b/doc/en/DeepseekR1_V3_tutorial.md @@ -241,7 +241,7 @@ numactl -N 1 -m 1 python ./ktransformers/local_chat.py --model_path +The command `numactl -N 1 -m 1` aims to avoid data transfer between numa nodes
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 #### Dual socket version (64 cores)