Fix uv install and add dev release (#2411)

* fix uv install and add dev release

* fix docstring

* pin cuda deps

* cuda release on cpu-only machine
This commit is contained in:
Awni Hannun
2025-07-23 16:54:19 -07:00
committed by GitHub
parent e1840853ce
commit d1f4d291e8
4 changed files with 113 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ auditwheel repair dist/* \
--plat manylinux_2_35_x86_64 \
--exclude libcublas* \
--exclude libnvrtc* \
--exclude libcuda* \
-w wheel_tmp