Skip to content

Commit

Permalink
Update Batches and add link to project page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Oct 31, 2024
1 parent f68afa2 commit 1c1818f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
<h4 align="center">A benchmark suite for Autoregressive PDE Emulators in <a href="https://github.com/google/jax" target="_blank">JAX</a>.</h4>

<p align="center">
<a href="https://pypi.org/project/apebench/">
<img src="https://img.shields.io/pypi/v/apebench.svg" alt="PyPI">
</a>
<a href="https://github.com/ceyron/apebench/actions/workflows/test.yml">
<img src="https://github.com/ceyron/apebench/actions/workflows/test.yml/badge.svg" alt="Tests">
</a>
<a href="https://tum-pbs.github.io/apebench">
<img src="https://img.shields.io/badge/docs-latest-green" alt="docs-latest">
</a>
<a href="https://github.com/ceyron/apebench/releases">
<img src="https://img.shields.io/github/v/release/ceyron/apebench?include_prereleases&label=changelog" alt="Changelog">
</a>
<a href="https://github.com/ceyron/apebench/blob/main/LICENSE.txt">
<img src="https://img.shields.io/badge/license-MIT-blue" alt="License">
</a>
</p>

<p align="center">
<a href="https://github.com/tum-pbs/apebench-paper">
📝 Paper Project Page
</a>
</p>

<p align="center">
<a href="#installation">Installation</a> •
<a href="#quickstart">Quickstart</a> •
Expand All @@ -21,6 +45,7 @@ correction setting), this is the first benchmark suite to support
**differentiable physics**.



## Installation

```bash
Expand Down

0 comments on commit 1c1818f

Please sign in to comment.