Commit 4231a42f authored by Lianmin Zheng's avatar Lianmin Zheng
Browse files

Fix import of global_config

parent 455c9ccc
...@@ -5,7 +5,7 @@ import uvloop ...@@ -5,7 +5,7 @@ import uvloop
import zmq import zmq
import zmq.asyncio 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.managers.router.model_rpc import ModelRpcClient
from sglang.srt.server_args import PortArgs, ServerArgs from sglang.srt.server_args import PortArgs, ServerArgs
from sglang.srt.utils import get_exception_traceback from sglang.srt.utils import get_exception_traceback
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment