Add an all type in pyproject.tml to include diffusion support (#17697)
This commit is contained in:
@@ -122,6 +122,11 @@ test = [
|
|||||||
|
|
||||||
dev = ["sglang[test]"]
|
dev = ["sglang[test]"]
|
||||||
|
|
||||||
|
all = [
|
||||||
|
"sglang[diffusion]",
|
||||||
|
"sglang[tracing]",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.uv.extra-build-dependencies]
|
[tool.uv.extra-build-dependencies]
|
||||||
st-attn = ["torch", "setuptools"]
|
st-attn = ["torch", "setuptools"]
|
||||||
vsa = ["torch", "setuptools"]
|
vsa = ["torch", "setuptools"]
|
||||||
|
|||||||
Reference in New Issue
Block a user