Instructions to use ecmwf/aifs-ens-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AnemoI
How to use ecmwf/aifs-ens-2.0 with AnemoI:
from anemoi.inference.runners.default import DefaultRunner from anemoi.inference.config.run import RunConfiguration # Create Configuration config = RunConfiguration(checkpoint = {"huggingface":"ecmwf/aifs-ens-2.0"}) # Load Runner runner = DefaultRunner(config) - Notebooks
- Google Colab
- Kaggle
Question about AIFS-CRPS O96 model
#2
by albertosm93 - opened
Hello,
Is the checkpoint for the AIFS-CRPS O96 version of the model that is described in the paper publiclly available?
Thank you.