Skip to content

Commit 26371be

Browse files
committed
updates
1 parent c89475c commit 26371be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/regression_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
5252
gpu-arch-type: "cpu"
5353
gpu-arch-version: ""
54+
- name: SM-89
55+
runs-on: linux.g6.4xlarge.nvidia.gpu
56+
torch-spec: '--pre torch==2.5.0.dev20240728 --index-url https://download.pytorch.org/whl/nightly/cpu'
57+
gpu-arch-type: "gpu"
58+
gpu-arch-version: "8.9"
5459

5560
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
5661
with:

0 commit comments

Comments
 (0)