Instructions to use ecmwf/aifs-single-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AnemoI
How to use ecmwf/aifs-single-1.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-single-1.0"}) # Load Runner runner = DefaultRunner(config) - Notebooks
- Google Colab
- Kaggle
Any plans on releasing smaller versions of the model?
#3
by harunkivril - opened
Hi, is there any plans on releasing smaller versions (or lower resolution versions) of the model just like Gencast Mini to allow interaction with the model with less memory footprint?
Hi,
Thanks for your interest, we do have plans to release some smaller models, mainly lower resolution.
I can't give you a time frame on that, so keep an eye out for it.