We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e01831 commit 8af4416Copy full SHA for 8af4416
.github/workflows/run-readme-pr-linuxaarch64.yml
@@ -10,6 +10,9 @@ on:
10
jobs:
11
test-readme-cpu:
12
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
13
+ permissions:
14
+ id-token: write
15
+ contents: read
16
with:
17
runner: linux.arm64.m7g.4xlarge
18
docker-image: "pytorch/manylinux2_28_aarch64-builder:cuda12.6"
@@ -35,6 +38,9 @@ jobs:
35
38
36
39
test-quantization-cpu:
37
40
41
42
43
44
45
runner: linux.arm64.2xlarge
46
docker-image: "pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main"
0 commit comments