mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 03:35:17 +08:00
10 lines
153 B
TOML
10 lines
153 B
TOML
[build-system]
|
|
requires = [
|
|
"ninja",
|
|
"packaging",
|
|
"setuptools",
|
|
"torch >= 2.0.0",
|
|
"wheel",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|