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 a78285f commit b73d57cCopy full SHA for b73d57c
.github/workflows/pr_tests_mps.yml
@@ -21,6 +21,7 @@ env:
21
PYTEST_TIMEOUT: 600
22
RUN_SLOW: no
23
HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
+ PYTORCH_MPS_HIGH_WATERMARK_RATIO: 0.0
25
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -48,10 +49,10 @@ jobs:
48
49
framework: pytorch_others
50
runner: macos-13-xlarge
51
report: torch_mps_others
- - name: Fast Single File MPS tests
52
- framework: pytorch_single_file
53
- runner: macos-13-xlarge
54
- report: torch_mps_single_file
+ # - name: Fast Single File MPS tests
+ # framework: pytorch_single_file
+ # runner: macos-13-xlarge
55
+ # report: torch_mps_single_file
56
- name: Fast Lora MPS tests
57
framework: pytorch_lora
58
0 commit comments