Skip to content

Commit b73d57c

Browse files
committed
PYTORCH_MPS_HIGH_WATERMARK_RATIO
1 parent a78285f commit b73d57c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pr_tests_mps.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
PYTEST_TIMEOUT: 600
2222
RUN_SLOW: no
2323
HF_TOKEN: ${{ secrets.HF_TOKEN }}
24+
PYTORCH_MPS_HIGH_WATERMARK_RATIO: 0.0
2425

2526
concurrency:
2627
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -48,10 +49,10 @@ jobs:
4849
framework: pytorch_others
4950
runner: macos-13-xlarge
5051
report: torch_mps_others
51-
- name: Fast Single File MPS tests
52-
framework: pytorch_single_file
53-
runner: macos-13-xlarge
54-
report: torch_mps_single_file
52+
# - name: Fast Single File MPS tests
53+
# framework: pytorch_single_file
54+
# runner: macos-13-xlarge
55+
# report: torch_mps_single_file
5556
- name: Fast Lora MPS tests
5657
framework: pytorch_lora
5758
runner: macos-13-xlarge

0 commit comments

Comments
 (0)