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
dynamo
Commits
0d07e2c3
Unverified
Commit
0d07e2c3
authored
Oct 27, 2025
by
Richard Huo
Committed by
GitHub
Oct 27, 2025
Browse files
test: fix frontend tests to make sure openai/gpt-oss-20b can be loaded on A100 (#3889)
parent
b4c8d948
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/frontend/test_vllm.py
tests/frontend/test_vllm.py
+2
-0
No files found.
tests/frontend/test_vllm.py
View file @
0d07e2c3
...
@@ -95,6 +95,8 @@ class VllmWorkerProcess(ManagedProcess):
...
@@ -95,6 +95,8 @@ class VllmWorkerProcess(ManagedProcess):
"harmony"
,
"harmony"
,
"--dyn-reasoning-parser"
,
"--dyn-reasoning-parser"
,
"gpt_oss"
,
"gpt_oss"
,
"--connector"
,
"none"
,
]
]
env
=
os
.
environ
.
copy
()
env
=
os
.
environ
.
copy
()
...
...
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