Skip to content

Commit

Permalink
Merge pull request #23 from microsoft/wesselb/ai-models-plugin-docs
Browse files Browse the repository at this point in the history
Add information about `ai-models-aurora`
  • Loading branch information
megstanley authored Sep 6, 2024
2 parents c818005 + c473f21 commit 52a1ea0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ chapters:
- file: finetuning
- file: example_era5
- file: example_hres_t0
- file: ai_models_plugin
- file: api
18 changes: 18 additions & 0 deletions docs/ai_models_plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Plugin for ECMWF's `ai-models`

Aurora is a supported model for ECMWF's
[`ai-models`](https://github.com/ecmwf-lab/ai-models)
through the plugin
[`ai-models-aurora`](https://github.com/ecmwf-lab/ai-models-aurora).
Install this plugin with `pip`:

```bash
pip install ai-models-aurora
```

See
[the documentation of `ai-models`](https://github.com/ecmwf-lab/ai-models)
for more information about `ai-models`
and see
[the documentation of `ai-models-aurora`](https://github.com/ecmwf-lab/ai-models-aurora)
for more information about the Aurora plugin.

0 comments on commit 52a1ea0

Please sign in to comment.