Update README.md
Browse files
README.md
CHANGED
@@ -84,7 +84,16 @@ and direct observational data.
|
|
84 |
|
85 |
Use the code below to get started with the model.
|
86 |
|
87 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
## Training Details
|
90 |
|
|
|
84 |
|
85 |
Use the code below to get started with the model.
|
86 |
|
87 |
+
```
|
88 |
+
export CONDA_ENV=aifs-env
|
89 |
+
conda create -n ${CONDA_ENV} python=3.10
|
90 |
+
conda activate ${CONDA_ENV}
|
91 |
+
|
92 |
+
pip install flash-attn
|
93 |
+
pip install anemoi-inference[plugin] anemoi-models==0.2
|
94 |
+
|
95 |
+
ai-models anemoi --checkpoint aifs_single_v0.2.1.ckpt --file example-input.grib
|
96 |
+
```
|
97 |
|
98 |
## Training Details
|
99 |
|