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 ce5273c commit 59a4113Copy full SHA for 59a4113
.github/workflows/regression_test.yml
@@ -38,12 +38,12 @@ jobs:
38
torch-spec: 'torch==2.4.0'
39
gpu-arch-type: "cuda"
40
gpu-arch-version: "12.1"
41
- - name: CUDA Nightly
+ - name: CUDA Nightly (Oct 1)
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.5.0.dev20241001+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121' #'--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
44
45
46
-
+
47
- name: CPU 2.2.2
48
runs-on: linux.4xlarge
49
torch-spec: 'torch==2.2.2 --index-url https://download.pytorch.org/whl/cpu "numpy<2" '
0 commit comments