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 4d97e78 commit c787e1aCopy full SHA for c787e1a
.github/workflows/run-readme-pr-mps.yml
@@ -15,8 +15,8 @@ jobs:
15
conda create -y -n test-readme-mps-macos python=3.10.11 llvm-openmp
16
conda activate test-readme-mps-macos
17
set -x
18
- # NS: Remove previous installation of torch first
19
- # as this script does not isntall anything into conda env but rather as system dep
+ # NS: Remove previous installation of torch first
+ # as this script does not install anything into conda env but rather as system dep
20
pip3 uninstall -y torch || true
21
set -eou pipefail
22
@@ -37,6 +37,7 @@ jobs:
37
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
38
with:
39
runner: macos-m1-14
40
+ timeout: 60
41
script: |
42
43
conda create -y -n test-quantization-mps-macos python=3.10.11
0 commit comments