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 c89475c commit 26371beCopy full SHA for 26371be
.github/workflows/regression_test.yml
@@ -51,6 +51,11 @@ jobs:
51
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
52
gpu-arch-type: "cpu"
53
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"
59
60
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
61
with:
0 commit comments