From 3a6bb2cd809a27c2e626b7702a6de2259f5ebe22 Mon Sep 17 00:00:00 2001 From: Yohsuke Fukai Date: Wed, 25 Oct 2023 09:00:54 +0900 Subject: [PATCH] added windows instruction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7d3198a..1f3bc57d 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ However, thanks to [cloudhan/jax-windows-builder](https://github.com/cloudhan/ja ```bash pip install "jax[cpu]==0.4.11" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver +pip install ml-dtypes==0.2.0 pip install basicpy ```