Skip to content

Commit ec492a4

Browse files
authored
fix(typo): environment variable name for max jobs
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
1 parent 2defe98 commit ec492a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/python/vllm/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXTRA_PIP_INSTALL_FLAGS="--no-build-isolation"
88
# https://docs.vllm.ai/en/v0.8.3/serving/env_vars.html
99
# https://docs.redhat.com/it/documentation/red_hat_ai_inference_server/3.0/html/vllm_server_arguments/environment_variables-server-arguments
1010
export NVCC_THREADS=2
11-
export MAX_JOB=1
11+
export MAX_JOBS=1
1212

1313
backend_dir=$(dirname $0)
1414

0 commit comments

Comments
 (0)