fix cuda manylinux version to match others (#2388)

This commit is contained in:
Awni Hannun
2025-07-18 21:02:16 -07:00
committed by GitHub
parent 84b4d96efa
commit 63f663d9c6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
auditwheel repair dist/* \
--plat manylinux_2_39_x86_64 \
--plat manylinux_2_35_x86_64 \
--exclude libcublas* \
--exclude libnvrtc* \
-w wheel_tmp