Skip to content

Commit

Permalink
Revert "Add PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0"
Browse files Browse the repository at this point in the history
This reverts commit 61db2f0.
  • Loading branch information
adrianeboyd committed Nov 3, 2023
1 parent 61db2f0 commit d42c060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
shell: bash --noprofile --norc -o pipefail {0}

- name: Run tests with extras
run: PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 python -m pytest --pyargs thinc --cov=thinc --cov-report=term -p thinc.tests.enable_tensorflow -p thinc.tests.enable_mxnet
run: python -m pytest --pyargs thinc --cov=thinc --cov-report=term -p thinc.tests.enable_tensorflow -p thinc.tests.enable_mxnet

- name: Run tests for thinc-apple-ops
run: |
Expand Down

0 comments on commit d42c060

Please sign in to comment.