Graph Machine Learning
AnemoI
English
hcookie129 commited on
Commit
50103ae
·
verified ·
1 Parent(s): 598f35c

Fix version specification

Browse files
Files changed (1) hide show
  1. run_AIFS_v1.1.ipynb +1 -1
run_AIFS_v1.1.ipynb CHANGED
@@ -43,7 +43,7 @@
43
  "# Uncomment the lines below to install the required packages\n",
44
  "\n",
45
  "# !pip install -q anemoi-inference[huggingface]==0.6.3 anemoi-models==0.5.0\n",
46
- "# !pip install -q torch-geometric=2.4.0\n",
47
  "# !pip install -q earthkit-regrid==0.4.0 ecmwf-opendata \n",
48
  "# !pip install -q flash_attn"
49
  ]
 
43
  "# Uncomment the lines below to install the required packages\n",
44
  "\n",
45
  "# !pip install -q anemoi-inference[huggingface]==0.6.3 anemoi-models==0.5.0\n",
46
+ "# !pip install -q torch-geometric==2.4.0\n",
47
  "# !pip install -q earthkit-regrid==0.4.0 ecmwf-opendata \n",
48
  "# !pip install -q flash_attn"
49
  ]