Skip to content

Commit

Permalink
not sure if I need this.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjbrowning committed Dec 1, 2024
1 parent ae50c1d commit d49d590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
CIBW_SKIP: "*-musllinux* *-win32 *-manylinux_i686"
CIBW_ARCHS: "${{ matrix.cibw-arch }}"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014_${{ matrix.cibw-arch }}"
#CIBW_ENVIRONMENT: >
# CUDA_HOME=/usr/local/cuda
# PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cu${{ matrix.cuda-version.replace('.', '') }}
CIBW_ENVIRONMENT: >
CUDA_HOME=/usr/local/cuda
PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cu${{ env.CUVERSION }}"
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |
auditwheel repair --exclude libcuda.so --exclude libcuda.so.1 --exclude libc10.so --exclude libtorch.so --exclude libtorch_cpu.so --exclude libtorch_cuda.so --exclude libc10_cuda.so --exclude libcudart.so --exclude libnvToolsExt.so --exclude libnvrtc.so --exclude libnvrtc.so.12 -w {dest_dir} {wheel}
Expand Down

0 comments on commit d49d590

Please sign in to comment.