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 e34c83f commit de4ca08Copy full SHA for de4ca08
.github/workflows/regression_test.yml
@@ -40,7 +40,7 @@ jobs:
40
gpu-arch-version: "12.1"
41
- name: CUDA Nightly
42
runs-on: linux.g5.12xlarge.nvidia.gpu
43
- torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
+ torch-spec: '--pre torch==2.6.0.dev20241103 --index-url https://download.pytorch.org/whl/nightly/cu121'
44
gpu-arch-type: "cuda"
45
46
@@ -61,7 +61,7 @@ jobs:
61
gpu-arch-version: ""
62
- name: CPU Nightly
63
runs-on: linux.4xlarge
64
- torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
+ torch-spec: '--pre torch==2.6.0.dev20241103 --index-url https://download.pytorch.org/whl/nightly/cpu'
65
gpu-arch-type: "cpu"
66
67
0 commit comments