From f17fb9d8fe15f4d1611f6af716c275d83349c547 Mon Sep 17 00:00:00 2001 From: Atream <80757050+Atream@users.noreply.github.com> Date: Wed, 5 Mar 2025 19:02:32 +0800 Subject: [PATCH] Update install.md --- 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 b49c1f8..559c2b0 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 dev_install + bash install.sh # or #make dev_install ``` - For Windows