Skip to content

Commit

Permalink
fix jax installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Pignatelli committed Mar 29, 2021
1 parent 2dfa6cb commit 919f206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_jax.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CUDA_VERSION=$(nvidia-smi | grep -o 'CUDA Version: [0-9].\.[0-9]' | sed 's/.*: //')
CUDA_VERSION=$(nvidia-smi | grep -o 'CUDA Version: [0-9].\.[0-9]' | sed 's/.*: //' | sed 's/\.//')
pip install --upgrade jax jaxlib==0.1.64+cuda$CUDA_VERSION -f https://storage.googleapis.com/jax-releases/jax_releases.html/

0 comments on commit 919f206

Please sign in to comment.