We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1298983 commit 05a2f45Copy full SHA for 05a2f45
.github/workflows/run-readme-pr-mps.yml
@@ -8,10 +8,8 @@ on:
8
jobs:
9
test-readme-mps-macos:
10
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
11
- secrets: inherit
12
with:
13
runner: macos-m1-14
14
- secrets-env: "HF_TOKEN_PERIODIC"
15
script: |
16
conda create -y -n test-readme-mps-macos python=3.10.11
17
conda activate test-readme-mps-macos
@@ -45,7 +43,7 @@ jobs:
45
43
echo "*******************************************"
46
44
bash -x ./run-readme.sh
47
echo "::endgroup::"
48
-
+
49
test-quantization-mps-macos:
50
51
0 commit comments