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 cac927d commit 1e71086
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 @@ -15,7 +15,7 @@
from anemoi.training.diagnostics.callbacks import AnemoiCheckpoint
from anemoi.training.utils.jsonify import map_config_to_primitives

torch.mps.set_per_process_memory_fraction(0.0)
torch.mps.set_per_process_memory_fraction(0.7)


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

0 comments on commit 1e71086

Please sign in to comment.