Skip to content

Commit 99e1a83

Browse files
committed
b200 test
1 parent 8cb1a88 commit 99e1a83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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

runners/launch_b200-nvd.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ else
3535
export NUM_PROMPTS=$(( CONC * 10 ))
3636
fi
3737

38-
cd repo
3938
ls -lt
40-
rm -rf /home/nvadmin/actions-runner/_work/InferenceMAX/InferenceMAX/gpt-oss-120b/
39+
sudo rm -rf /home/nvadmin/actions-runner/_work/InferenceMAX/InferenceMAX/gpt-oss-120b/
4140

4241
docker run --rm --init --network host --name $server_name \
4342
--runtime nvidia --gpus all --ipc host --privileged --shm-size=16g --ulimit memlock=-1 --ulimit stack=67108864 \

0 commit comments

Comments
 (0)