[Benchmark] Remove re-exports from bench_serving.py (#19130)

This commit is contained in:
Liangsheng Yin
2026-02-21 14:30:30 -08:00
committed by GitHub
parent f158869c2c
commit 1f2da824dd
16 changed files with 28 additions and 69 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ import numpy as np
import requests
from tqdm.asyncio import tqdm
from sglang.bench_serving import get_tokenizer, sample_random_requests
from sglang.benchmark.datasets import sample_random_requests
from sglang.benchmark.utils import get_tokenizer
from sglang.test.kits.cache_hit_kit import async_request_sglang_generate, gen_payload