Skip to content

Commit

Permalink
Update linux_cuda_wheel.yaml - use manylinux2_28 for testing (#414)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
  • Loading branch information
atalman and NicolasHug authored Nov 29, 2024
1 parent f9dd9b5 commit 7c757be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
# the wheel unless the label cliflow/binaries/all is present in the
# PR.
python-version: ['3.9']
cuda-version: ['12.4']
cuda-version: ['12.6']
ffmpeg-version-for-tests: ['7']
container:
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
options: "--gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
needs: build
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_cuda_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
# For the actual release we should add that label and change this to
# include more python versions.
python-version: ['3.9']
cuda-version: ['11.8', '12.1', '12.4']
cuda-version: ['12.6']
ffmpeg-version-for-tests: ['5', '6', '7']
container:
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
options: "--gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
needs: build
steps:
Expand Down

0 comments on commit 7c757be

Please sign in to comment.