File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
4949 uses : ./.github/workflows/eval-tmpl.yml
5050 secrets : inherit
5151 with :
52- runner : b200-nvd_2
53- image : ${{ inputs.image || 'nvcr.io#nvidia/tensorrt-llm/release:1.2.0rc0.post1 ' }}
52+ runner : b200-nvd_3
53+ image : ${{ inputs.image || 'vllm/vllm-openai:v0.11.0 ' }}
5454 model : ${{ inputs.model || 'openai/gpt-oss-120b' }}
55- framework : trt
55+ framework : vllm
5656 precision : fp4
5757 exp-name : ${{ inputs.exp-name || 'gptoss_gsm8k_poc' }}
5858 tp : ' 4'
Original file line number Diff line number Diff line change @@ -79,7 +79,9 @@ run_benchmark_serving \
7979
8080# After throughput, run evaluation only if RUN_EVAL is true
8181if [ " ${RUN_EVAL} " = " true" ]; then
82- run_eval --framework lm-eval --port " $PORT " --concurrent-requests $(( $CONC * 2 ))
82+ run_eval --framework lm-eval --port " $PORT " --concurrent-requests $(( $CONC * 2 )) --results-dir /workspace/
8383 append_lm_eval_summary
8484fi
85+
86+ ls -lt /workspace/
8587set +x
You can’t perform that action at this time.
0 commit comments