From 1a61c2a36ade8258d082da84f6dab0496ccd5d45 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Thu, 17 Oct 2024 17:35:53 -0600 Subject: [PATCH] Lira2021: fix readme pip install --- research/mi_lira_2021/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/research/mi_lira_2021/README.md b/research/mi_lira_2021/README.md index ae68154..a5ff96e 100644 --- a/research/mi_lira_2021/README.md +++ b/research/mi_lira_2021/README.md @@ -11,7 +11,11 @@ by Nicholas Carlini, Steve Chien, Milad Nasr, Shuang Song, Andreas Terzis, and F You will need to install fairly standard dependencies and python 3.11 minimum. ``` -pip install scipy scikit-learn numpy matplotlib tensorflow tensorflow_datasets objax +pip install scipy scikit-learn numpy matplotlib tensorflow tensorflow_datasets + +# This needs to be separate +pip install objax + RELEASE_URL="https://storage.googleapis.com/jax-releases/jax_cuda_releases.html" JAX_VERSION=`python3 -c 'import jax; print(jax.__version__)'` pip uninstall -y jaxlib