Skip to content

Commit

Permalink
Addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cristid9 committed Dec 11, 2024
1 parent 562aaa3 commit 6ec9e93
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
push:
pull_request:
types: [opened, reopened]
env:
PYTORCH_ENABLE_MPS_FALLBACK: "1"
PYTORCH_MPS_HIGH_WATERMARK_RATIO: 0.0

jobs:
minimum:
runs-on: ${{ matrix.os }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
pull_request:
types: [opened, reopened]

env:
PYTORCH_MPS_HIGH_WATERMARK_RATIO: 0.0

jobs:
unit:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ test = [
'jupyter>=1.0.0,<2',
'rundoc>=0.4.3,<0.5',
'tomli>=2.0.0,<3',
'realtabformer>=0.2.1',
'transformers<4.46'
]
dev = [
'sdgym[dask, test]',
Expand Down

0 comments on commit 6ec9e93

Please sign in to comment.