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
Add Missing equal sign in the resuirements installation cell
#4
by VForcell - opened
Hello,
One '=' is missing in the requirements installation cell at the beginning of the notebook.
hcookie129 changed pull request status to closed
Thanks for raising this to our attention