jpxkqx commited on
Commit
88fedcc
·
verified ·
1 Parent(s): e670aa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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
- **TODO: Fill
 
 
 
 
 
 
 
 
 
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