diff --git a/.github/workflows/ubuntu-cuda-wheels.yml b/.github/workflows/ubuntu-cuda-wheels.yml index bd20b65..0eaf7ba 100644 --- a/.github/workflows/ubuntu-cuda-wheels.yml +++ b/.github/workflows/ubuntu-cuda-wheels.yml @@ -156,9 +156,10 @@ jobs: ls -lh ./wheelhouse/ - name: Upload Wheel + if: false uses: actions/upload-artifact@v4 with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cuda + name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cuda-is_2_28-${{ matrix.is_2_28 }} path: wheelhouse/*.whl # https://huggingface.co/docs/hub/spaces-github-actions diff --git a/scripts/github_actions/build-ubuntu-cuda.sh b/scripts/github_actions/build-ubuntu-cuda.sh index d312f03..60f5f57 100755 --- a/scripts/github_actions/build-ubuntu-cuda.sh +++ b/scripts/github_actions/build-ubuntu-cuda.sh @@ -104,6 +104,9 @@ if [[ x"$IS_2_28" == x"1" ]]; then else plat=manylinux_2_17_x86_64 fi +export PATH=$PYTHON_INSTALL_DIR/bin:$PATH +python3 --version +which python3 auditwheel --verbose repair \ --exclude libc10.so \ diff --git a/scripts/github_actions/generate_build_matrix.py b/scripts/github_actions/generate_build_matrix.py index b76a930..a4e1661 100755 --- a/scripts/github_actions/generate_build_matrix.py +++ b/scripts/github_actions/generate_build_matrix.py @@ -77,46 +77,46 @@ def generate_build_matrix(enable_cuda, for_windows, for_macos, test_only_latest_ # "python-version": ["3.6", "3.7", "3.8"], # "cuda": ["10.1", "10.2"] if not for_windows else ["10.1.243", "10.2.89"], # }, - "1.7.0": { - "python-version": ["3.6", "3.7", "3.8"], - "cuda": ( - ["10.1", "10.2", "11.0"] - if not for_windows - else ["10.1.243", "10.2.89", "11.0.3"] - ), - }, - "1.7.1": { - "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ( - ["10.1", "10.2", "11.0"] - if not for_windows - else ["10.1.243", "10.2.89", "11.0.3"] - ), - }, - "1.8.0": { - "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ( - ["10.1", "10.2", "11.1"] - if not for_windows - else ["10.1.243", "10.2.89", "11.1.1"] - ), - }, - "1.8.1": { - "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ( - ["10.1", "10.2", "11.1"] - if not for_windows - else ["10.1.243", "10.2.89", "11.1.1"] - ), - }, - "1.9.0": { - "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ["10.2", "11.1"] if not for_windows else ["10.2.89", "11.1.1"], - }, - "1.9.1": { - "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ["10.2", "11.1"] if not for_windows else ["10.2.89", "11.1.1"], - }, + # "1.7.0": { + # "python-version": ["3.6", "3.7", "3.8"], + # "cuda": ( + # ["10.1", "10.2", "11.0"] + # if not for_windows + # else ["10.1.243", "10.2.89", "11.0.3"] + # ), + # }, + # "1.7.1": { + # "python-version": ["3.6", "3.7", "3.8", "3.9"], + # "cuda": ( + # ["10.1", "10.2", "11.0"] + # if not for_windows + # else ["10.1.243", "10.2.89", "11.0.3"] + # ), + # }, + # "1.8.0": { + # "python-version": ["3.6", "3.7", "3.8", "3.9"], + # "cuda": ( + # ["10.1", "10.2", "11.1"] + # if not for_windows + # else ["10.1.243", "10.2.89", "11.1.1"] + # ), + # }, + # "1.8.1": { + # "python-version": ["3.6", "3.7", "3.8", "3.9"], + # "cuda": ( + # ["10.1", "10.2", "11.1"] + # if not for_windows + # else ["10.1.243", "10.2.89", "11.1.1"] + # ), + # }, + # "1.9.0": { + # "python-version": ["3.6", "3.7", "3.8", "3.9"], + # "cuda": ["10.2", "11.1"] if not for_windows else ["10.2.89", "11.1.1"], + # }, + # "1.9.1": { + # "python-version": ["3.6", "3.7", "3.8", "3.9"], + # "cuda": ["10.2", "11.1"] if not for_windows else ["10.2.89", "11.1.1"], + # }, "1.10.0": { "python-version": ["3.6", "3.7", "3.8", "3.9"], "cuda": (