sglang_v0.5.2/vision_0.23.0/pyproject.toml

19 lines
208 B
TOML

[tool.usort]
first_party_detection = false
[tool.black]
line-length = 120
target-version = ["py38"]
[tool.ufmt]
excludes = [
"gallery",
]
[build-system]
requires = ["setuptools", "torch", "wheel"]