Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Oct 27, 2023
1 parent 130e1fa commit 20ececc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies - macOS
run: |
echo "OMP_NUM_THREADS=1" >> $GITHUB_ENV
echo "PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.7" >> $GITHUB_ENV
echo "PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0" >> $GITHUB_ENV
if: matrix.os == 'macos-latest'

- name: Install dependencies - Windows
Expand Down

0 comments on commit 20ececc

Please sign in to comment.