From f5e151b538473e1e2f51dd5fa305c8749a39d0fb Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Thu, 28 Nov 2024 11:12:57 -0500 Subject: [PATCH 1/3] Update linux_cuda_wheel.yaml - use manylinux2_28 for testing --- .github/workflows/linux_cuda_wheel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_cuda_wheel.yaml b/.github/workflows/linux_cuda_wheel.yaml index 17538d275..1512eb812 100644 --- a/.github/workflows/linux_cuda_wheel.yaml +++ b/.github/workflows/linux_cuda_wheel.yaml @@ -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: ['11.8', '12.4'] 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: From d1f21693678c9021b5298c68c30cafc5a5142a2c Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Thu, 28 Nov 2024 11:53:17 -0500 Subject: [PATCH 2/3] Update linux_cuda_wheel.yaml --- .github/workflows/linux_cuda_wheel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_cuda_wheel.yaml b/.github/workflows/linux_cuda_wheel.yaml index 1512eb812..a4b001c21 100644 --- a/.github/workflows/linux_cuda_wheel.yaml +++ b/.github/workflows/linux_cuda_wheel.yaml @@ -66,7 +66,7 @@ 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.4'] + cuda-version: ['12.6'] ffmpeg-version-for-tests: ['5', '6', '7'] container: image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}" From 71f28fef571f08ee97a0735077db7e2430861fe8 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Fri, 29 Nov 2024 10:45:18 +0000 Subject: [PATCH 3/3] Similar changes to doc build job --- .github/workflows/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 54019ab50..ac4a8103c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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: