Lira2021: fix readme pip install

This commit is contained in:
Akemi Izuko 2024-10-17 17:35:53 -06:00
parent 9a0611fb37
commit 1a61c2a36a
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -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