We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf573bd commit 664913dCopy full SHA for 664913d
.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.dev20241022 --index-url https://download.pytorch.org/whl/nightly/cu121'
44
gpu-arch-type: "cuda"
45
46
0 commit comments