Skip to content

Commit d29198c

Browse files
committed
ip
1 parent 8db5554 commit d29198c

File tree

1 file changed

+2
-2
lines changed
  • ci/L0_backend_vllm/accuracy_test

1 file changed

+2
-2
lines changed

ci/L0_backend_vllm/accuracy_test/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ RET=0
4848
set +e
4949
# Need to generate baseline first, since running 2 vLLM engines causes
5050
# memory issues: https://github.com/vllm-project/vllm/issues/2248
51-
VLLM_USE_V1=0 python3 $CLIENT_PY --generate-baseline >> $VLLM_ENGINE_LOG 2>&1 & BASELINE_PID=$!
51+
VLLM_USE_V1=0 VLLM_WORKER_MULTIPROC_METHOD=spawn python3 $CLIENT_PY --generate-baseline >> $VLLM_ENGINE_LOG 2>&1 & BASELINE_PID=$!
5252
wait $BASELINE_PID
5353

54-
VLLM_USE_V1=0 python3 $CLIENT_PY --generate-guided-baseline > $VLLM_ENGINE_LOG 2>&1 & BASELINE_PID=$!
54+
VLLM_USE_V1=0 VLLM_WORKER_MULTIPROC_METHOD=spawn python3 $CLIENT_PY --generate-guided-baseline > $VLLM_ENGINE_LOG 2>&1 & BASELINE_PID=$!
5555
wait $BASELINE_PID
5656

5757
set -e

0 commit comments

Comments
 (0)