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
Update README.md
#1
by maplumridge - opened
README.md
CHANGED
|
@@ -115,7 +115,7 @@ There are no changes in resolution compared to previous version AIFS Single v0.2
|
|
| 115 |
|
| 116 |
## How to Get Started with the Model
|
| 117 |
|
| 118 |
-
To generate a new forecast using AIFS, you can use [anemoi-inference](https://github.com/ecmwf/anemoi-inference). In the [following notebook](
|
| 119 |
step-by-step workflow is specified to run the AIFS using the HuggingFace model:
|
| 120 |
|
| 121 |
1. **Install Required Packages and Imports**
|
|
|
|
| 115 |
|
| 116 |
## How to Get Started with the Model
|
| 117 |
|
| 118 |
+
To generate a new forecast using AIFS, you can use [anemoi-inference](https://github.com/ecmwf/anemoi-inference). In the [following notebook](run_AIFS_v1.ipynb), a
|
| 119 |
step-by-step workflow is specified to run the AIFS using the HuggingFace model:
|
| 120 |
|
| 121 |
1. **Install Required Packages and Imports**
|