Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
d7374d74
Unverified
Commit
d7374d74
authored
Jun 27, 2025
by
Lifu Huang
Committed by
GitHub
Jun 27, 2025
Browse files
Fix broken CI TestVILAServer (#7610)
parent
ce3a3e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test/srt/test_vision_openai_server_b.py
test/srt/test_vision_openai_server_b.py
+3
-1
No files found.
test/srt/test_vision_openai_server_b.py
View file @
d7374d74
...
...
@@ -225,9 +225,10 @@ class TestPhi4MMServer(TestOpenAIVisionServer):
class
TestVILAServer
(
TestOpenAIVisionServer
):
@
classmethod
def
setUpClass
(
cls
):
cls
.
model
=
"
AndyZijianZhang
/NVILA-Lite-2B"
cls
.
model
=
"
Efficient-Large-Model
/NVILA-Lite-2B
-hf-0626
"
cls
.
base_url
=
DEFAULT_URL_FOR_TEST
cls
.
api_key
=
"sk-123456"
cls
.
revision
=
"6bde1de5964b40e61c802b375fff419edc867506"
cls
.
process
=
popen_launch_server
(
cls
.
model
,
cls
.
base_url
,
...
...
@@ -236,6 +237,7 @@ class TestVILAServer(TestOpenAIVisionServer):
other_args
=
[
"--trust-remote-code"
,
"--context-length=65536"
,
f
"--revision=
{
cls
.
revision
}
"
,
],
)
cls
.
base_url
+=
"/v1"
...
...
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