Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
ee04c0cd
Unverified
Commit
ee04c0cd
authored
Oct 01, 2025
by
Michael Goin
Committed by
GitHub
Oct 01, 2025
Browse files
[CI] Tweaks to GPT-OSS Eval (Blackwell) for stability (#26030)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
c36f0aa3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+1
-1
tests/evals/gpt_oss/test_gpqa_correctness.py
tests/evals/gpt_oss/test_gpqa_correctness.py
+2
-3
No files found.
.buildkite/test-pipeline.yaml
View file @
ee04c0cd
...
@@ -845,7 +845,7 @@ steps:
...
@@ -845,7 +845,7 @@ steps:
-
vllm/v1/attention/backends/flashinfer.py
-
vllm/v1/attention/backends/flashinfer.py
commands
:
commands
:
-
uv pip install --system 'gpt-oss[eval]==0.0.5'
-
uv pip install --system 'gpt-oss[eval]==0.0.5'
-
pytest -s -v tests/evals/gpt_oss/test_gpqa_correctness.py --model openai/gpt-oss-20b --metric 0.58
--server-args '--tensor-parallel-size 2'
-
pytest -s -v tests/evals/gpt_oss/test_gpqa_correctness.py --model openai/gpt-oss-20b --metric
0.58
-
label
:
Blackwell Quantized MoE Test
-
label
:
Blackwell Quantized MoE Test
timeout_in_minutes
:
60
timeout_in_minutes
:
60
...
...
tests/evals/gpt_oss/test_gpqa_correctness.py
View file @
ee04c0cd
...
@@ -26,7 +26,8 @@ def run_gpqa_eval(model_name: str, base_url: str) -> float:
...
@@ -26,7 +26,8 @@ def run_gpqa_eval(model_name: str, base_url: str) -> float:
# Build the command to run the evaluation
# Build the command to run the evaluation
cmd
=
[
cmd
=
[
sys
.
executable
,
"-m"
,
"gpt_oss.evals"
,
"--eval"
,
"gpqa"
,
"--model"
,
sys
.
executable
,
"-m"
,
"gpt_oss.evals"
,
"--eval"
,
"gpqa"
,
"--model"
,
model_name
,
"--reasoning-effort"
,
"low"
,
"--base-url"
,
base_url
model_name
,
"--reasoning-effort"
,
"low"
,
"--base-url"
,
base_url
,
"--n-threads"
,
"200"
]
]
try
:
try
:
...
@@ -72,8 +73,6 @@ def test_gpqa_correctness(request):
...
@@ -72,8 +73,6 @@ def test_gpqa_correctness(request):
# Add standard server arguments
# Add standard server arguments
server_args
.
extend
([
server_args
.
extend
([
"--max-model-len"
,
"32768"
,
"--trust-remote-code"
,
"--trust-remote-code"
,
])
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment