Skip to content

Commit

Permalink
[CI/CD] switch to 2.5.1 for our 2.5 regression tests (#1247)
Browse files Browse the repository at this point in the history
stack-info: PR: #1247, branch: drisspg/stack/19
  • Loading branch information
drisspg authored Nov 9, 2024
1 parent e34c83f commit 3c40410
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
torch-spec: 'torch==2.4.0'
gpu-arch-type: "cuda"
gpu-arch-version: "12.1"
- name: CUDA 2.5
- name: CUDA 2.5.1
runs-on: linux.g5.12xlarge.nvidia.gpu
torch-spec: 'torch==2.5.0 --index-url https://download.pytorch.org/whl/cu121'
torch-spec: 'torch==2.5.1 --index-url https://download.pytorch.org/whl/cu121'
gpu-arch-type: "cuda"
gpu-arch-version: "12.1"
- name: CUDA Nightly
Expand All @@ -54,9 +54,9 @@ jobs:
torch-spec: 'torch==2.4.0 --index-url https://download.pytorch.org/whl/cpu'
gpu-arch-type: "cpu"
gpu-arch-version: ""
- name: CPU 2.5
- name: CPU 2.5.1
runs-on: linux.4xlarge
torch-spec: 'torch==2.5.0 --index-url https://download.pytorch.org/whl/cpu'
torch-spec: 'torch==2.5.1 --index-url https://download.pytorch.org/whl/cpu'
gpu-arch-type: "cpu"
gpu-arch-version: ""
- name: CPU Nightly
Expand Down

0 comments on commit 3c40410

Please sign in to comment.