Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Nov 29, 2024
1 parent cfd0e83 commit 59e86e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/sglang/bench_offline_throughput.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@

import numpy as np

from sglang.api import Engine
from sglang.bench_serving import (
get_dataset,
get_tokenizer,
sample_random_requests,
set_ulimit,
)
from sglang.srt.server import Runtime, start_profile, stop_profile
from sglang.srt.server import Engine, Runtime
from sglang.srt.server_args import ServerArgs


Expand Down

0 comments on commit 59e86e3

Please sign in to comment.