Skip to content

Commit

Permalink
Update README for jaxlib 0.1.46 release. (jax-ml#2968)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp authored May 5, 2020
1 parent dc234b6 commit 61a34f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ PYTHON_VERSION=cp37 # alternatives: cp36, cp37, cp38
CUDA_VERSION=cuda92 # alternatives: cuda92, cuda100, cuda101, cuda102
PLATFORM=linux_x86_64 # alternatives: linux_x86_64
BASE_URL='https://storage.googleapis.com/jax-releases'
pip install --upgrade $BASE_URL/$CUDA_VERSION/jaxlib-0.1.45-$PYTHON_VERSION-none-$PLATFORM.whl
pip install --upgrade $BASE_URL/$CUDA_VERSION/jaxlib-0.1.46-$PYTHON_VERSION-none-$PLATFORM.whl

pip install --upgrade jax # install jax
```
Expand All @@ -437,7 +437,7 @@ more.
To try automatic detection of the correct version for your system, you can run:

```bash
pip install --upgrade https://storage.googleapis.com/jax-releases/`nvidia-smi | sed -En "s/.* CUDA Version: ([0-9]*)\.([0-9]*).*/cuda\1\2/p"`/jaxlib-0.1.45-`python3 -V | sed -En "s/Python ([0-9]*)\.([0-9]*).*/cp\1\2/p"`-none-linux_x86_64.whl jax
pip install --upgrade https://storage.googleapis.com/jax-releases/`nvidia-smi | sed -En "s/.* CUDA Version: ([0-9]*)\.([0-9]*).*/cuda\1\2/p"`/jaxlib-0.1.46-`python3 -V | sed -En "s/Python ([0-9]*)\.([0-9]*).*/cp\1\2/p"`-none-linux_x86_64.whl jax
```

Please let us know on [the issue tracker](https://github.com/google/jax/issues)
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jax 0.1.66 (unreleased)

* `GitHub commits <https://github.com/google/jax/compare/jax-v0.1.65...master>`_.

jaxlib 0.1.46 (unreleased)
jaxlib 0.1.46 (May 5, 2020)
------------------------------

* Fixes crash for linear algebra functions on Mac OS X (#432).
Expand Down

0 comments on commit 61a34f5

Please sign in to comment.