-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |