Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Cuda 12.4 #2733

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
python_version: ["3.10"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
repository: pytorch/rl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-habitat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down
54 changes: 27 additions & 27 deletions .github/workflows/test-linux-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
python_version: ["3.11"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
repository: pytorch/rl
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand All @@ -256,7 +256,7 @@ jobs:

set -euo pipefail
export PYTHON_VERSION="3.9"
export CU_VERSION="12.1"
export CU_VERSION="12.4"
export TAR_OPTIONS="--no-same-owner"
export UPLOAD_CHANNEL="nightly"
export TF_CPP_MIN_LOG_LEVEL=0
Expand All @@ -277,7 +277,7 @@ jobs:
repository: pytorch/rl
runner: "linux.g5.4xlarge.nvidia.gpu"
gpu-arch-type: cuda
gpu-arch-version: "12.1"
gpu-arch-version: "12.4"
docker-image: "nvidia/cuda:12.4.1-runtime-ubuntu22.04"
timeout: 120
script: |
Expand All @@ -291,7 +291,7 @@ jobs:

set -euo pipefail
export PYTHON_VERSION="3.11"
export CU_VERSION="12.1"
export CU_VERSION="12.4"
export TAR_OPTIONS="--no-same-owner"
export UPLOAD_CHANNEL="nightly"
export TF_CPP_MIN_LOG_LEVEL=0
Expand All @@ -309,7 +309,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand All @@ -330,7 +330,7 @@ jobs:

set -euo pipefail
export PYTHON_VERSION="3.9"
export CU_VERSION="12.1"
export CU_VERSION="12.4"
export TAR_OPTIONS="--no-same-owner"
export UPLOAD_CHANNEL="nightly"
export TF_CPP_MIN_LOG_LEVEL=0
Expand All @@ -347,7 +347,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand All @@ -368,7 +368,7 @@ jobs:

set -euo pipefail
export PYTHON_VERSION="3.9"
export CU_VERSION="12.1"
export CU_VERSION="12.4"
export TAR_OPTIONS="--no-same-owner"
export UPLOAD_CHANNEL="nightly"
export TF_CPP_MIN_LOG_LEVEL=0
Expand All @@ -385,7 +385,7 @@ jobs:
strategy:
matrix:
python_version: ["3.10.12"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand All @@ -406,7 +406,7 @@ jobs:

set -euo pipefail
export PYTHON_VERSION="3.10.12"
export CU_VERSION="12.1"
export CU_VERSION="12.4"
export TAR_OPTIONS="--no-same-owner"
export UPLOAD_CHANNEL="nightly"
export TF_CPP_MIN_LOG_LEVEL=0
Expand All @@ -423,7 +423,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -458,7 +458,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:

set -euo pipefail
export PYTHON_VERSION="3.9"
export CU_VERSION="12.1"
export CU_VERSION="12.4"
export TAR_OPTIONS="--no-same-owner"
export UPLOAD_CHANNEL="nightly"
export TF_CPP_MIN_LOG_LEVEL=0
Expand All @@ -528,7 +528,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -597,7 +597,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
repository: pytorch/rl
Expand Down Expand Up @@ -633,7 +633,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand All @@ -654,7 +654,7 @@ jobs:

set -euo pipefail
export PYTHON_VERSION="3.9"
export CU_VERSION="12.1"
export CU_VERSION="12.4"
export TAR_OPTIONS="--no-same-owner"
export UPLOAD_CHANNEL="nightly"
export TF_CPP_MIN_LOG_LEVEL=0
Expand All @@ -672,7 +672,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -707,7 +707,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand All @@ -728,7 +728,7 @@ jobs:

set -euo pipefail
export PYTHON_VERSION="3.9"
export CU_VERSION="12.1"
export CU_VERSION="12.4"
export TAR_OPTIONS="--no-same-owner"
export UPLOAD_CHANNEL="nightly"
export TF_CPP_MIN_LOG_LEVEL=0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-rlhf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
repository: pytorch/rl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-sota.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
python_version: ["3.11"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
strategy:
matrix:
python_version: ["3.11"]
cuda_arch_version: ["12.1"]
cuda_arch_version: ["12.4"]
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
Expand Down
Loading