[project] | |
name = "gtpq" | |
version = "0.1.0" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"gptqmodel[vllm,bitblas,auto_round] @ git+https://github.com/IntelLabs/gptqmodel.git@main", | |
"flashinfer-python", # binary wheels; resolve CPU/GPU at install time | |
"hatchling", | |
] | |
[build-system] | |
requires = ["setuptools-rust", "Cython", "hatchling"] | |
build-backend = "setuptools.build_meta" | |