Unverified Commit 3c4dc38a authored by JieXin Liang's avatar JieXin Liang Committed by GitHub
Browse files

[fix] fix bench_one_batch_server (#5607)

parent d8fbc7c0
...@@ -26,6 +26,8 @@ from sglang.srt.entrypoints.http_server import launch_server ...@@ -26,6 +26,8 @@ from sglang.srt.entrypoints.http_server import launch_server
from sglang.srt.server_args import ServerArgs from sglang.srt.server_args import ServerArgs
from sglang.srt.utils import kill_process_tree from sglang.srt.utils import kill_process_tree
multiprocessing.set_start_method("spawn", force=True)
@dataclasses.dataclass @dataclasses.dataclass
class BenchArgs: class BenchArgs:
......
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