Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Aug 2, 2024
1 parent 9883299 commit 4b43694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/diagnostics/test_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from anemoi.training.utils.jsonify import map_config_to_primitives

os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
os.environ["PYTORCH_MPS_HIGH_WATERMARK_RATIO"] = "0"
os.environ["PYTORCH_MPS_HIGH_WATERMARK_RATIO"] = "2.0"


class DummyModel(torch.nn.Module):
Expand Down

0 comments on commit 4b43694

Please sign in to comment.