SmolLM-135M_gptq_g32_4bit / pyproject.toml
JustJaro's picture
Add files using upload-large-folder tool
c9a730b verified
[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"