Rename sglang.bench_latency to sglang.bench_one_batch (#2118)
This commit is contained in:
@@ -16,10 +16,13 @@ classifiers = [
|
||||
dependencies = ["requests", "tqdm", "numpy", "IPython"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
runtime_common = ["aiohttp", "decord", "fastapi", "hf_transfer", "huggingface_hub", "interegular",
|
||||
"orjson", "packaging", "pillow", "prometheus-client>=0.20.0", "psutil", "pydantic", "python-multipart",
|
||||
"torchao", "uvicorn", "uvloop", "pyzmq>=25.1.2",
|
||||
"outlines>=0.0.44,<0.1.0", "modelscope"]
|
||||
runtime_common = ["aiohttp", "decord", "fastapi",
|
||||
"hf_transfer", "huggingface_hub", "interegular",
|
||||
"orjson", "outlines>=0.0.44,<0.1.0",
|
||||
"packaging", "pillow", "prometheus-client>=0.20.0",
|
||||
"psutil", "pydantic", "python-multipart",
|
||||
"pyzmq>=25.1.2", "torchao", "uvicorn", "uvloop",
|
||||
"modelscope"]
|
||||
srt = ["sglang[runtime_common]", "torch", "vllm>=0.6.3.post1"]
|
||||
|
||||
# HIP (Heterogeneous-computing Interface for Portability) for AMD
|
||||
|
||||
Reference in New Issue
Block a user