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
#2
by maplumridge - opened
README.md
CHANGED
|
@@ -33,7 +33,7 @@ are available to the public under ECMWF’s open data policy (https://www.ecmwf.
|
|
| 33 |
Note that due to the non-determinism of GPUs, users will be unable to exactly reproduce an official AIFS forecast
|
| 34 |
when running AIFS Single themselves.
|
| 35 |
|
| 36 |
-
For more details please refer to https://confluence.ecmwf.int/display/
|
| 37 |
|
| 38 |
## Data Details
|
| 39 |
|
|
|
|
| 33 |
Note that due to the non-determinism of GPUs, users will be unable to exactly reproduce an official AIFS forecast
|
| 34 |
when running AIFS Single themselves.
|
| 35 |
|
| 36 |
+
For more details please refer to https://confluence.ecmwf.int/display/FCST/Implementation+of+AIFS+Single+v1
|
| 37 |
|
| 38 |
## Data Details
|
| 39 |
|