From 15f2fb1ee6674fbcd32bb485f1baad604ce9c1c1 Mon Sep 17 00:00:00 2001 From: Francois Lanusse Date: Sat, 21 Dec 2024 15:26:53 -0500 Subject: [PATCH] adding notice --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f8d8c1d..3261842 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ JAX-powered Cosmological Particle-Mesh N-body Solver +> ### Note +> **The new JaxPM v0.1.xx** supports multi-GPU model distribution while remaining compatible with previous releases. These significant changes are still under development and testing, so please report any issues you encounter. +> For the older version but more stable version, install: +> ```bash +> pip install jaxpm==0.0.2 +> ``` + ## Install Basic installation can be done using pip: