Add an all type in pyproject.tml to include diffusion support (#17697)

This commit is contained in:
Kangyan-Zhou
2026-01-25 12:52:13 -08:00
committed by GitHub
parent 9123491430
commit 8d3e1ac0c8

View File

@@ -122,6 +122,11 @@ test = [
dev = ["sglang[test]"]
all = [
"sglang[diffusion]",
"sglang[tracing]",
]
[tool.uv.extra-build-dependencies]
st-attn = ["torch", "setuptools"]
vsa = ["torch", "setuptools"]