Graph Machine Learning
AnemoI
English
anaprietonem commited on
Commit
e160d1d
·
verified ·
1 Parent(s): 4f91833

Upload run_AIFS_v1.ipynb

Browse files
Files changed (1) hide show
  1. run_AIFS_v1.ipynb +8 -1
run_AIFS_v1.ipynb CHANGED
@@ -42,7 +42,7 @@
42
  "source": [
43
  "# Uncomment the lines below to install the required packages\n",
44
  "\n",
45
- "# !pip install -q anemoi-inference[huggingface]==0.4.9 anemoi-models==0.4.0\n",
46
  "# !pip install -q earthkit-regrid==0.4.0 ecmwf-opendata \n",
47
  "# !pip install -q flash_attn"
48
  ]
@@ -729,6 +729,13 @@
729
  "plt.title(\"Temperature at 2m {}\".format(state[\"date\"]))\n",
730
  "plt.show()"
731
  ]
 
 
 
 
 
 
 
732
  }
733
  ],
734
  "metadata": {
 
42
  "source": [
43
  "# Uncomment the lines below to install the required packages\n",
44
  "\n",
45
+ "# !pip install -q anemoi-inference[huggingface]==0.4.9 anemoi-models==0.3.1\n",
46
  "# !pip install -q earthkit-regrid==0.4.0 ecmwf-opendata \n",
47
  "# !pip install -q flash_attn"
48
  ]
 
729
  "plt.title(\"Temperature at 2m {}\".format(state[\"date\"]))\n",
730
  "plt.show()"
731
  ]
732
+ },
733
+ {
734
+ "cell_type": "code",
735
+ "execution_count": null,
736
+ "metadata": {},
737
+ "outputs": [],
738
+ "source": []
739
  }
740
  ],
741
  "metadata": {