Skip to content

Commit cce8763

Browse files
authored
fix: slurm system config (#702)
## Description imports are wrong in this file after the systems config refactor ***As a contributor to the Anemoi framework, please ensure that your changes include unit tests, updates to any affected dependencies and documentation, and have been tested in a parallel setting (i.e., with multiple GPUs). As a reviewer, you are also responsible for verifying these aspects and requesting changes if they are not adequately addressed. For guidelines about those please refer to https://anemoi.readthedocs.io/en/latest/*** By opening this pull request, I affirm that all authors agree to the [Contributor License Agreement.](https://github.com/ecmwf/codex/blob/main/Legal/contributor_license_agreement.md)
1 parent da02fe7 commit cce8763

File tree

1 file changed

+2
-2
lines changed
  • training/src/anemoi/training/config/system

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
defaults:
3-
- storage: example
4-
- files: example
3+
- output: example
4+
- input: example
55
- hardware: slurm

0 commit comments

Comments
 (0)