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
453d412c
Unverified
Commit
453d412c
authored
Apr 21, 2025
by
fzyzcjy
Committed by
GitHub
Apr 21, 2025
Browse files
Tiny update error hint (#5037)
parent
dc86f25a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
python/sglang/test/test_utils.py
python/sglang/test/test_utils.py
+3
-1
No files found.
python/sglang/test/test_utils.py
View file @
453d412c
...
...
@@ -450,7 +450,9 @@ def popen_launch_server(
return_code
=
process
.
poll
()
if
return_code
is
not
None
:
raise
Exception
(
f
"Server unexpectedly exits (
{
return_code
=
}
)."
)
raise
Exception
(
f
"Server unexpectedly exits (
{
return_code
=
}
). Usually there will be error logs describing the cause far above this line."
)
time
.
sleep
(
10
)
...
...
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