From 3e5c5a2f4a50a200f4502741bb1be07426cb1380 Mon Sep 17 00:00:00 2001
From: dedfaf <118916428+dedfaf@users.noreply.github.com>
Date: Tue, 18 Feb 2025 10:57:12 +0800
Subject: [PATCH] Fix typo in DeepseekR1_V3_tutorial.md Line 174
---
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 6c649f3..fe5cb7a 100644
--- a/doc/en/DeepseekR1_V3_tutorial.md
+++ b/doc/en/DeepseekR1_V3_tutorial.md
@@ -171,7 +171,7 @@ Attention! If you are testing R1 and it may skip thinking. So you can add arg: `
#### Dual socket version (64 cores)
-Make suer before you install (use install.sh or `make dev_install`), setting the env var `USE_NUMA=1` by `export USE_NUMA=1` (if already installed, reinstall it with this env var set). You may check the doc [here](./install.md) for install details.
+Make sure before you install (use install.sh or `make dev_install`), setting the env var `USE_NUMA=1` by `export USE_NUMA=1` (if already installed, reinstall it with this env var set). You may check the doc [here](./install.md) for install details.
Test Command:
``` shell