From b936bcc72eae0a618173dc9b5676fb193739d055 Mon Sep 17 00:00:00 2001 From: 3wweiweiwu <3wweiweiwu@gmail.com> Date: Tue, 4 Mar 2025 09:35:12 -0500 Subject: [PATCH] use 'make dev_install' to make minimum change --- doc/en/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/install.md b/doc/en/install.md index d5225a4..b49c1f8 100644 --- a/doc/en/install.md +++ b/doc/en/install.md @@ -95,7 +95,7 @@ Some preparation: # Make sure your system has dual sockets and double size RAM than the model's size (e.g. 1T RAM for 512G model) apt install libnuma-dev export USE_NUMA=1 - make install_numa + make dev_install ``` - For Windows