Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs #45

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions docs/ai_models_plugin.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# Plugin for ECMWF's `ai-models`

```{warning}
The plugin was intended to be released on PyPI under the name `ai-models-aurora`.
Unfortunately, this name has been registered by a third party.
Therefore, do _not_ install the plugin from the PyPI package name `ai-model-aurora`, but instead
keep a close eye on the
[the homepage of the plugin](https://github.com/ecmwf-lab/ai-models-aurora).
```

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

```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 the plugin](https://github.com/ecmwf-lab/ai-models-aurora)
for more information about the Aurora plugin.
for more information about `ai-models-aurora`.
Loading