Skip to content

Commit

Permalink
Add FourCastNet for launch
Browse files Browse the repository at this point in the history
  • Loading branch information
darothen committed Nov 26, 2023
1 parent 512d1e8 commit b5c5ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This is a **preview release** of this tool; it has a few limitations:
- We only enable access to the CDS-based archive of ERA-5 data to initialize the
models (access via MARS will be forthcoming, but since most users will not have
these credentials, it wasn't a high priority).
- Only PanguWeather is currently supported; once the basic kinks of this tool are worked
out with test users, we can quickly add FourCastNet and GraphCast.
- Only PanguWeather and FourCastNet(v2-small) are currently supported; GraphCast support
is TBD.
- The current application only runs on [Modal](https://www.modal.com); in the future, it
would be great to port this to other serverless platforms.

Expand Down Expand Up @@ -53,7 +53,7 @@ the libraries, model weights, and services upon which it is built.
4. Navigate to the repository on-disk and execute the command,
```shell
$ modal run ai-models-modal.main [\
--model panguweather \
--model {panguweather,fourcastnetv2-small} \
--model_init 2023-07-01T00:00 \
--lead_time 12]
```
Expand Down

0 comments on commit b5c5ff9

Please sign in to comment.