Skip to content

Commit 6cfa80f

Browse files
committed
update srt dependency for vllm
1 parent 6317ed5 commit 6cfa80f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ runtime_common = ["aiohttp", "decord", "fastapi", "hf_transfer", "huggingface_hu
2424
"packaging", "pillow", "psutil", "pydantic", "python-multipart",
2525
"torchao", "uvicorn", "uvloop", "zmq",
2626
"outlines>=0.0.44", "modelscope"]
27-
torch = ["torch"]
2827
# xpu is not enabled in public vllm and torch whl,
2928
# need to follow https://docs.vllm.ai/en/latest/getting_started/xpu-installation.htmlinstall vllm
30-
vllm = ["vllm==0.6.3"]
31-
srt = ["sglang[runtime_common]", "torch", "vllm"]
29+
30+
srt = ["sglang[runtime_common]", "torch", "vllm==0.6.3"]
3231
srt_xpu = ["sglang[runtime_common]"]
3332

3433
openai = ["openai>=1.0", "tiktoken"]

0 commit comments

Comments
 (0)