Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 5002331

Browse files
authored
Update run-readme-pr-mps.yml
Typos
1 parent b91de74 commit 5002331

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/run-readme-pr-mps.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
test-gguf-mps-macos:
6464
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
6565
with:
66-
runner: macos-m1-14 # neeps MPS, was macos-m1-stable
66+
runner: macos-m1-14 # needs MPS, was macos-m1-stable
6767
script: |
6868
set -x
6969
conda create -y -n test-quantization-mps-macos python=3.10.11
@@ -90,7 +90,7 @@ jobs:
9090
test-advanced-mps-macos:
9191
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
9292
with:
93-
runner: macos-m1-14 # neeps MPS, was macos-m1-stable
93+
runner: macos-m1-14 # needs MPS, was macos-m1-stable
9494
script: |
9595
set -x
9696
conda create -y -n test-quantization-mps-macos python=3.10.11
@@ -117,11 +117,11 @@ jobs:
117117
test-evaluation-mps-macos:
118118
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
119119
with:
120-
runner: macos-m1-14 # neeps MPS, was macos-m1-stable
120+
runner: macos-m1-14 # needs MPS, was macos-m1-stable
121121
script: |
122122
set -x
123123
conda create -y -n test-evaluation-mps-macos python=3.10.11
124-
conda activate test-quantization-mps-macos
124+
conda activate test-evaluation-mps-macos
125125
# NS: Remove previous installation of torch first
126126
# as this script does not isntall anything into conda env
127127
# but rather system dep
@@ -144,11 +144,11 @@ jobs:
144144
test-multimodal-mps-macos:
145145
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
146146
with:
147-
runner: macos-m1-14 # neeps MPS, was macos-m1-stable
147+
runner: macos-m1-14 # needs MPS, was macos-m1-stable
148148
script: |
149149
set -x
150150
conda create -y -n test-multimodal-mps-macos python=3.10.11
151-
conda activate test-quantization-mps-macos
151+
conda activate test-multimodal-mps-macos
152152
# NS: Remove previous installation of torch first
153153
# as this script does not isntall anything into conda env
154154
# but rather system dep
@@ -171,11 +171,11 @@ jobs:
171171
test-native-mps-macos:
172172
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
173173
with:
174-
runner: macos-m1-14 # neeps MPS, was macos-m1-stable
174+
runner: macos-m1-14 # needs MPS, was macos-m1-stable
175175
script: |
176176
set -x
177177
conda create -y -n test-native-mps-macos python=3.10.11
178-
conda activate test-quantization-mps-macos
178+
conda activate test-native-mps-macos
179179
# NS: Remove previous installation of torch first
180180
# as this script does not isntall anything into conda env
181181
# but rather system dep

0 commit comments

Comments
 (0)