File tree 3 files changed +20
-1
lines changed
3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ validate
2
+ ==========
3
+
4
+ It is possible to investigate a checkpoint file and determine if the environment matches,
5
+ or if anemoi packages differ in version between the inference and the training environment.
6
+
7
+ This can be very useful to resolve issues when running an older or shared checkpoint.
8
+
9
+ *********
10
+ Usage
11
+ *********
12
+
13
+
14
+ .. argparse ::
15
+ :module: anemoi.inference.__main__
16
+ :func: create_parser
17
+ :prog: anemoi-inference
18
+ :path: validate
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ of the *Anemoi* packages.
67
67
cli/introduction
68
68
cli/run
69
69
cli/metadata
70
+ cli/validate
70
71
71
72
.. toctree ::
72
73
:maxdepth: 1
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ optional-dependencies.docs = [
63
63
" nbsphinx" ,
64
64
" pandoc" ,
65
65
" rstfmt" ,
66
- " sphinx" ,
66
+ " sphinx<8.2 " ,
67
67
" sphinx-argparse<0.5" ,
68
68
" sphinx-rtd-theme" ,
69
69
]
You can’t perform that action at this time.
0 commit comments