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
88c7763f
Unverified
Commit
88c7763f
authored
Nov 26, 2024
by
Andrew Lyu
Committed by
GitHub
Nov 26, 2024
Browse files
Remove unresolved reference 'self' (#2198)
parent
e4118b15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
python/sglang/srt/server.py
python/sglang/srt/server.py
+0
-1
No files found.
python/sglang/srt/server.py
View file @
88c7763f
...
...
@@ -455,7 +455,6 @@ def launch_engine(
data
=
scheduler_pipe_readers
[
i
].
recv
()
if
data
[
"status"
]
!=
"ready"
:
self
.
shutdown
()
raise
RuntimeError
(
"Initialization failed. Please see the error messages above."
)
...
...
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