We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f94ba commit 886f0a6Copy full SHA for 886f0a6
.github/workflows/regression_test.yml
@@ -67,7 +67,7 @@ jobs:
67
dev-requirements-overrides: ""
68
- name: CUDA 2.7
69
runs-on: linux.g5.12xlarge.nvidia.gpu
70
- torch-spec: 'torch==2.7.0'
+ torch-spec: 'torch==2.7.1'
71
gpu-arch-type: "cuda"
72
gpu-arch-version: "12.6"
73
@@ -92,7 +92,7 @@ jobs:
92
93
- name: CPU 2.7
94
runs-on: linux.4xlarge
95
- torch-spec: 'torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu'
+ torch-spec: 'torch==2.7.1 --index-url https://download.pytorch.org/whl/cpu'
96
gpu-arch-type: "cpu"
97
gpu-arch-version: ""
98
0 commit comments