From d35d61f6a11d237097ef20c63167e31d6d6b0b8a Mon Sep 17 00:00:00 2001 From: qiyuxinlin <1668068727@qq.com> Date: Wed, 14 May 2025 13:15:18 +0000 Subject: [PATCH] update readme --- doc/en/llama4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/llama4.md b/doc/en/llama4.md index 0daeb9c..b55c32f 100644 --- a/doc/en/llama4.md +++ b/doc/en/llama4.md @@ -67,7 +67,7 @@ pip3 install torch torchvision torchaudio --index-url https://download.pytorch.o ```bash # Install single NUMA dependencies -USE_BALANCE_SERVE=1 bash ./ +USE_BALANCE_SERVE=1 bash ./install.sh pip install third_party/custom_flashinfer/ # For those who have two cpu and 1T RAM(Dual NUMA): USE_BALANCE_SERVE=1 USE_NUMA=1 bash ./install.sh