Skip to content

Commit ed78dc2

Browse files
committed
fix: update ghactions env vars
1 parent 63573f7 commit ed78dc2

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/validate-inference.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
env:
14-
JUDGE_API_BASE_URL: ${{ vars.JUDGE_API_BASE_URL || 'https://router.huggingface.co/v1' }}
15-
JUDGE_MODEL: ${{ vars.JUDGE_MODEL || 'openai/gpt-oss-120b:novita' }}
16-
JUDGE_API_KEY: ${{ secrets.JUDGE_API_KEY }}
14+
1715
HF_TOKEN: ${{ secrets.HF_TOKEN }}
18-
QED_MATH_URL: "http://localhost:8000"
19-
MAX_STEPS: "4"
16+
QED_MATH_URL: ${{ secrets.QED_MATH_URL }}
17+
MAX_STEPS: "8"
2018

2119
steps:
2220
- name: Checkout repository

0 commit comments

Comments
 (0)