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 c7ecb1e commit e9f94baCopy full SHA for e9f94ba
.github/workflows/regression_test.yml
@@ -79,7 +79,7 @@ jobs:
79
dev-requirements-overrides: ""
80
- name: CUDA 2.9
81
runs-on: linux.g5.12xlarge.nvidia.gpu
82
- torch-spec: 'torch==2.9.0'
+ torch-spec: 'torch==2.9.1'
83
gpu-arch-type: "cuda"
84
gpu-arch-version: "12.6"
85
@@ -104,7 +104,7 @@ jobs:
104
105
- name: CPU 2.9
106
runs-on: linux.4xlarge
107
- torch-spec: 'torch==2.9.0 --index-url https://download.pytorch.org/whl/cpu'
+ torch-spec: 'torch==2.9.1 --index-url https://download.pytorch.org/whl/cpu'
108
gpu-arch-type: "cpu"
109
gpu-arch-version: ""
110
0 commit comments