Skip to content

Commit

Permalink
Disable MPS
Browse files Browse the repository at this point in the history
  • Loading branch information
klane committed Apr 29, 2024
1 parent 9583ae5 commit f6d9c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:

- name: Run tests
run: poetry run pytest tests/ --cov=torchts
env:
PYTORCH_MPS_HIGH_WATERMARK_RATIO: 0.0

- name: Generate coverage report
run: poetry run coverage xml
Expand Down

0 comments on commit f6d9c97

Please sign in to comment.