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.
mps
1 parent 240abdd commit 28b134eCopy full SHA for 28b134e
.github/workflows/pr_tests.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Run all fast tests on MPS
90
shell: arch -arch arm64 bash {0}
91
run: |
92
- ${CONDA_RUN} python -m pytest -n 4 --max-worker-restart=0 --dist=loadfile -s -v --make-reports=tests_torch_mps tests/
+ ${CONDA_RUN} python -m pytest -n 1 -s -v --make-reports=tests_torch_mps tests/
93
94
- name: Failure short reports
95
if: ${{ failure() }}
0 commit comments