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
4231a42f
"vscode:/vscode.git/clone" did not exist on "dea9c0dc741875fde9225e6c2a51d7bb8fb052e4"
Commit
4231a42f
authored
May 13, 2024
by
Lianmin Zheng
Browse files
Fix import of global_config
parent
455c9ccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/managers/router/manager.py
python/sglang/srt/managers/router/manager.py
+1
-1
No files found.
python/sglang/srt/managers/router/manager.py
View file @
4231a42f
...
...
@@ -5,7 +5,7 @@ import uvloop
import
zmq
import
zmq.asyncio
from
sglang
import
global_config
from
sglang
.global_config
import
global_config
from
sglang.srt.managers.router.model_rpc
import
ModelRpcClient
from
sglang.srt.server_args
import
PortArgs
,
ServerArgs
from
sglang.srt.utils
import
get_exception_traceback
...
...
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