Unverified Commit 005aad32 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Revert "[fix] fix bench_one_batch_server" (#5785)

parent 4d23ba08
...@@ -26,8 +26,6 @@ from sglang.srt.entrypoints.http_server import launch_server ...@@ -26,8 +26,6 @@ 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