Skip to content

Commit

Permalink
Pin CUDA nightly to mitigate regression (pytorch#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuhrsch authored Jun 4, 2024
1 parent 9d1d8df commit 0669d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
gpu-arch-version: "12.1"
- name: CUDA Nightly
runs-on: linux.g5.12xlarge.nvidia.gpu
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
torch-spec: '--pre torch==2.4.0.dev20240603+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121'
gpu-arch-type: "cuda"
gpu-arch-version: "12.1"
- name: CPU 2.2.2
Expand Down

0 comments on commit 0669d1d

Please sign in to comment.