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