We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cc919 commit 96685b1Copy full SHA for 96685b1
2 files changed
.github/workflows/eval-gms8k.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: ./.github/workflows/eval-tmpl.yml
50
secrets: inherit
51
with:
52
- runner: h100-cw_0
+ runner: h100-cr_0
53
image: ${{ inputs.image || 'vllm/vllm-openai:v0.11.0' }}
54
model: ${{ inputs.model || 'openai/gpt-oss-120b' }}
55
framework: vllm
.github/workflows/eval-tmpl.yml
@@ -81,7 +81,6 @@ jobs:
81
steps:
82
- name: Resource cleanup
83
run: |
84
- sudo rm -rf /home/nvadmin/actions-runner/_work/InferenceMAX/InferenceMAX/eval_out/
85
# Helper to avoid indefinite hangs on flaky tools (Docker/Slurm)
86
safe_timeout() {
87
if command -v timeout >/dev/null 2>&1; then
0 commit comments