File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
ci/L0_backend_vllm/accuracy_test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ RET=0
4848set  +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=$! 
5252wait  $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=$! 
5555wait  $BASELINE_PID 
5656
5757set  -e
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments