Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs committed Dec 21, 2024
1 parent 62587a3 commit bdcf949
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,16 @@ runtime_common = ["aiohttp", "decord", "fastapi",
"psutil", "pydantic", "python-multipart",
"pyzmq>=25.1.2", "torchao>=0.7.0", "uvicorn", "uvloop",
"xgrammar>=0.1.6"]
srt = ["torch", "gemlite", "sglang[runtime_common]", "vllm>=0.6.3.post1,<=0.6.4.post1", "cuda-python", "flashinfer==0.1.6"]

torch_deps = [
"torch"
]

gemlite_with_torch = [
"sglang[torch_deps]",
"gemlite"
]
srt = ["sglang[runtime_common]", "sglang[gemlite_with_torch]", "vllm>=0.6.3.post1,<=0.6.4.post1", "cuda-python", "flashinfer==0.1.6"]

# HIP (Heterogeneous-computing Interface for Portability) for AMD
# => base docker rocm/vllm-dev:20241022, not from public vllm whl
Expand Down

0 comments on commit bdcf949

Please sign in to comment.