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