File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
sync-files/anemoi/some/.github Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "sync-files/anemoi/all/.github/pull_request_template.md" %}
2
2
3
- {% block testing %}
4
- - [ ] I have tested the changes on a single GPU
5
- - [ ] I have tested the changes on multiple GPUs / multi-node setups
6
- - [ ] I have run the Benchmark Profiler against the old version of the code
7
- - [ ] If the new feature introduces modifications at the config level, I have made sure to update Pydantic Schemas and default configs accordingly
3
+ {% block testing %}
4
+ - [ ] I have tested the changes on a single GPU
5
+ - [ ] I have tested the changes on multiple GPUs / multi-node setups
6
+ - [ ] I have run the Benchmark Profiler against the old version of the code
7
+ - [ ] If the new feature introduces modifications at the config level, I have made sure to update Pydantic Schemas and default configs accordingly
8
8
9
9
{% endblock %}
10
10
11
- {% block documentation %}
11
+ {% block documentation %}
12
12
{% endblock %}
13
13
14
- {% block dependencies %}
14
+ {% block dependencies %}
15
15
- [ ] I have not introduced new dependencies in the inference portion of the pipeline
16
16
{% endblock %}
You can’t perform that action at this time.
0 commit comments