File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 paths :
4343 - ' .github/workflows/eval-gms8k.yml'
4444 - ' .github/workflows/eval-tmpl.yml'
45- - ' benchmarks/benchmark_lib.sh'
45+ - ' benchmarks/benchmark_lib.sh'
4646
4747jobs :
4848 eval :
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ jobs:
146146 RUN_MODE : eval
147147 # Optional: structured filename if runner chooses to use it later
148148 EVAL_RESULT_BASENAME : ${{ env.EXP_NAME }}_${{ env.PRECISION }}_${{ env.FRAMEWORK }}_${{ runner.name }}
149+ working-directory : repo
149150 run : |
150151 bash ./runners/launch_${RUNNER_NAME%%_*}.sh
151152
Original file line number Diff line number Diff line change 1414
1515nvidia-smi
1616
17- rm -rf /home/nvadmin/actions-runner/_work/InferenceMAX/InferenceMAX/ gpt-oss-120b/
17+ rm -rf gpt-oss-120b/
1818
1919# To improve CI stability, we patch this helper function to prevent a race condition that
2020# happens 1% of the time. ref: https://github.com/flashinfer-ai/flashinfer/pull/1779
You can’t perform that action at this time.
0 commit comments