File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -475,8 +475,6 @@ jobs:
475475 CONTROLLER_INSTANCE : ${{ env.WVA_NAMESPACE }}
476476 # vLLM max-num-seqs for e2e testing (lower = easier to saturate)
477477 VLLM_MAX_NUM_SEQS : ${{ env.MAX_NUM_SEQS }}
478- # Disable benchmark mode - istioBench environment not available in llm-d helmfile
479- BENCHMARK_MODE : " false"
480478 run : |
481479 echo "Deploying WVA and llm-d infrastructure..."
482480 echo " MODEL_ID: $MODEL_ID"
@@ -532,8 +530,6 @@ jobs:
532530 DEPLOY_HPA : " false"
533531 # vLLM max-num-seqs for e2e testing (lower = easier to saturate)
534532 VLLM_MAX_NUM_SEQS : ${{ env.MAX_NUM_SEQS }}
535- # Disable benchmark mode - istioBench environment not available in llm-d helmfile
536- BENCHMARK_MODE : " false"
537533 run : |
538534 echo "Deploying Model B infrastructure in $LLMD_NAMESPACE_B..."
539535 echo " MODEL_ID: $MODEL_ID"
You can’t perform that action at this time.
0 commit comments