Graph Machine Learning
AnemoI
English
anaprietonem commited on
Commit
21e50b9
1 Parent(s): 7a61fa4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -57,11 +57,15 @@ export CONDA_ENV=aifs-env
57
  conda create -n ${CONDA_ENV} python=3.10
58
  conda activate ${CONDA_ENV}
59
 
60
- pip install flash-attn
61
  pip install anemoi-inference[plugin] anemoi-models==0.2
 
 
62
 
63
  ai-models anemoi --checkpoint aifs_single_v0.2.1.ckpt --file example_20241107_12_n320.grib
64
  ```
 
 
65
  The above command will write the forecast results to anemoi.grib
66
  #missing - example how to plot/open the anemoi.grib
67
 
 
57
  conda create -n ${CONDA_ENV} python=3.10
58
  conda activate ${CONDA_ENV}
59
 
60
+ pip install torch=2.4
61
  pip install anemoi-inference[plugin] anemoi-models==0.2
62
+ pip install ninja
63
+ pip install flash-attn --no-build-isolation
64
 
65
  ai-models anemoi --checkpoint aifs_single_v0.2.1.ckpt --file example_20241107_12_n320.grib
66
  ```
67
+ ! ISSUE WITH PYTORCH 2.5 and flash_attention, and cuda 12.4. For now keep it to torch 2.4
68
+
69
  The above command will write the forecast results to anemoi.grib
70
  #missing - example how to plot/open the anemoi.grib
71