Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Aug 2, 2024
1 parent c6bb359 commit 9883299
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.7"
os.environ["PYTORCH_MPS_HIGH_WATERMARK_RATIO"] = "0"


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

0 comments on commit 9883299

Please sign in to comment.