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

Commit

Permalink
remove change
Browse files Browse the repository at this point in the history
  • Loading branch information
anaprietonem committed Dec 18, 2024
1 parent 8de59c7 commit a5965fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/anemoi/training/diagnostics/callbacks/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def _save_checkpoint(self, trainer: pl.Trainer, lightning_checkpoint_filepath: s

torch.save(model, inference_checkpoint_filepath)

supporting_arrays = None
save_metadata(inference_checkpoint_filepath, metadata, supporting_arrays=supporting_arrays)

model.config = save_config
Expand Down

0 comments on commit a5965fd

Please sign in to comment.