File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ source env/bin/activate;
1919
2020if ( which nvidia-smi & > /dev/null ); then
2121 # This assumes CUDA 11 and cuDNN 8.2.
22- # Check https://github.com/google /jax#pip-installation-gpu-cuda for alternatives.
22+ # Check https://github.com/jax-ml /jax#pip-installation-gpu-cuda for alternatives.
2323 pip install -q ' jax[cuda]' -f https://storage.googleapis.com/jax-releases/jax_releases.html;
2424else
2525 # Since pjit does not work on CPUs, if nvidia-smi is not found, we assume that
3131python3 -m pip install -q --upgrade pip;
3232# Upgrade the following packages from GIT, since we use some features not part
3333# of any release yet.
34- pip install -q --upgrade git+https://github.com/google /jax.git;
34+ pip install -q --upgrade git+https://github.com/jax-ml /jax.git;
3535pip install -q --upgrade git+https://github.com/google/flax.git;
3636pip install -q --upgrade git+https://github.com/google/CommonLoopUtils.git;
3737# Install the rest of necessary packages from PyPi.
You can’t perform that action at this time.
0 commit comments