Instructions to use ecmwf/aifs-single-1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AnemoI
How to use ecmwf/aifs-single-1.1 with AnemoI:
from anemoi.inference.runners.default import DefaultRunner from anemoi.inference.config.run import RunConfiguration # Create Configuration config = RunConfiguration(checkpoint = {"huggingface":"ecmwf/aifs-single-1.1"}) # Load Runner runner = DefaultRunner(config) - Notebooks
- Google Colab
- Kaggle
Updating surface loss scalings
#2
by Ewan82 - opened
No description provided.
anaprietonem changed pull request status to merged