Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
with:
runner: macos-m1-stable # neeps MPS, was macos-m1-stable
python-version: 3.10.11
script: |
set -x
# NS/MC: Remove previous installation of torch and torchao first
Expand Down Expand Up @@ -736,6 +737,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
with:
runner: macos-m1-stable # needs MPS, was macos-m1-stable
python-version: 3.10.11
script: |
set -x
# NS/MC: Remove previous installation of torch and torchao first
Expand Down
Loading