From 8893a57fe0f21f56dfc590831df678927f97d7b6 Mon Sep 17 00:00:00 2001 From: Kyunghoon Kim Date: Sat, 16 Jul 2022 21:25:51 +0900 Subject: [PATCH] Fix jax version 0.3.14 ```RuntimeError: jaxlib version 0.3.14 is newer than and incompatible with jax version 0.3.13. Please update your jax and/or jaxlib packages.``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e770d26..5a414bc 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ cd - ```bash cd dalle-flow pip install -r requirements.txt -pip install jax==0.3.13 +pip install jax==0.3.14 ``` ### Start the server