Skip to content

Commit e374d3c

Browse files
committed
b200 test
1 parent d64af83 commit e374d3c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/eval-gms8k.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ on:
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

4747
jobs:
4848
eval:

.github/workflows/eval-tmpl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

benchmarks/gptoss_fp4_b200_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
nvidia-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

0 commit comments

Comments
 (0)