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 cbc72a4 commit 0cb73e5Copy full SHA for 0cb73e5
.github/workflows/run-readme-pr-mps.yml
@@ -63,7 +63,7 @@ jobs:
63
test-gguf-mps-macos:
64
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
65
with:
66
- runner: macos-m1-14 # neeps MPS, was macos-m1-stable
+ runner: macos-m1-14 # needs MPS, was macos-m1-stable
67
script: |
68
set -x
69
conda create -y -n test-quantization-mps-macos python=3.10.11
@@ -90,7 +90,7 @@ jobs:
90
test-advanced-mps-macos:
91
92
93
94
95
96
0 commit comments