Skip to content

Commit

Permalink
Update regression_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Sep 2, 2024
1 parent 606a883 commit 64e00eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
gpu-arch-version: "12.1"
- name: CUDA Nightly (Aug 29, 2024)
runs-on: linux.g5.12xlarge.nvidia.gpu
torch-spec: 'torch==2.2.0.dev20240829+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121'
torch-spec: '--pre torch==2.5.0.dev20240829+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121'
gpu-arch-type: "cuda"
gpu-arch-version: "12.1"

Expand All @@ -59,7 +59,7 @@ jobs:
gpu-arch-version: ""
- name: CPU Nightly (Aug 29, 2024)
runs-on: linux.4xlarge
torch-spec: 'torch==2.2.0.dev20240829+cpu --index-url https://download.pytorch.org/whl/nightly/cpu'
torch-spec: '--pre torch==2.5.0.dev20240829+cpu --index-url https://download.pytorch.org/whl/nightly/cpu'
gpu-arch-type: "cpu"
gpu-arch-version: ""

Expand Down

0 comments on commit 64e00eb

Please sign in to comment.