Skip to content

Commit 886f0a6

Browse files
authored
Update torch version from 2.7.0 to 2.7.1
1 parent e9f94ba commit 886f0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
dev-requirements-overrides: ""
6868
- name: CUDA 2.7
6969
runs-on: linux.g5.12xlarge.nvidia.gpu
70-
torch-spec: 'torch==2.7.0'
70+
torch-spec: 'torch==2.7.1'
7171
gpu-arch-type: "cuda"
7272
gpu-arch-version: "12.6"
7373
dev-requirements-overrides: ""
@@ -92,7 +92,7 @@ jobs:
9292
dev-requirements-overrides: ""
9393
- name: CPU 2.7
9494
runs-on: linux.4xlarge
95-
torch-spec: 'torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu'
95+
torch-spec: 'torch==2.7.1 --index-url https://download.pytorch.org/whl/cpu'
9696
gpu-arch-type: "cpu"
9797
gpu-arch-version: ""
9898
dev-requirements-overrides: ""

0 commit comments

Comments
 (0)