fix gguf loading quants (#1014)

* fix gguf loading quants

* fix nanobind install

* actual fix
This commit is contained in:
Awni Hannun
2024-04-19 12:24:07 -07:00
committed by GitHub
parent ef5f7d1aea
commit ed83908931
5 changed files with 26 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=42",
"nanobind@git+https://github.com/wjakob/nanobind.git#egg=4148debcf91f5ccab0c3b8d67b5c3cabd61f407f",
"nanobind@git+https://github.com/wjakob/nanobind.git@2f04eac452a6d9142dedb957701bdb20125561e4",
"cmake>=3.24",
]
build-backend = "setuptools.build_meta"