Lira2021: fix readme pip install
This commit is contained in:
parent
9a0611fb37
commit
1a61c2a36a
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue