Instructions to use ecmwf/aifs-single-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AnemoI
How to use ecmwf/aifs-single-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-single-2.0"}) # Load Runner runner = DefaultRunner(config) - Notebooks
- Google Colab
- Kaggle
Unsafe Flagged Checkpoints
#1
by geochrys - opened
Thanks for the amazing work and for releasing this model. Huggingface has flagged the checkpoints as unsafe.
For an extra layer of security is it possible to also include safetensors of the model checkpoint?
Thanks!
We're aware that the unsafe-flagging is not ideal, but the Anemoi framework currently does not support loading of weights-only checkpoints. There is some work going on to remove blockers that could allow this in the future, but I don't have a timeline.
gmertes changed discussion status to closed