Skip to content

Commit bd1708c

Browse files
authored
Update changelog and README for jaxlib 0.1.43. (jax-ml#2556)
1 parent 59ed4ae commit bd1708c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ PYTHON_VERSION=cp37 # alternatives: cp36, cp37, cp38
412412
CUDA_VERSION=cuda92 # alternatives: cuda92, cuda100, cuda101, cuda102
413413
PLATFORM=linux_x86_64 # alternatives: linux_x86_64
414414
BASE_URL='https://storage.googleapis.com/jax-releases'
415-
pip install --upgrade $BASE_URL/$CUDA_VERSION/jaxlib-0.1.42-$PYTHON_VERSION-none-$PLATFORM.whl
415+
pip install --upgrade $BASE_URL/$CUDA_VERSION/jaxlib-0.1.43-$PYTHON_VERSION-none-$PLATFORM.whl
416416

417417
pip install --upgrade jax # install jax
418418
```
@@ -436,7 +436,7 @@ more.
436436
To try automatic detection of the correct version for your system, you can run:
437437

438438
```bash
439-
pip install --upgrade https://storage.googleapis.com/jax-releases/`nvcc -V | sed -En "s/.* release ([0-9]*)\.([0-9]*),.*/cuda\1\2/p"`/jaxlib-0.1.42-`python3 -V | sed -En "s/Python ([0-9]*)\.([0-9]*).*/cp\1\2/p"`-none-linux_x86_64.whl jax
439+
pip install --upgrade https://storage.googleapis.com/jax-releases/`nvcc -V | sed -En "s/.* release ([0-9]*)\.([0-9]*),.*/cuda\1\2/p"`/jaxlib-0.1.43-`python3 -V | sed -En "s/Python ([0-9]*)\.([0-9]*).*/cp\1\2/p"`-none-linux_x86_64.whl jax
440440
```
441441

442442
Please let us know on [the issue tracker](https://github.com/google/jax/issues)

docs/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ These are the release notes for JAX.
1212
jax 0.1.63 (unreleased)
1313
---------------------------
1414

15+
jaxlib 0.1.43 (March 31, 2020)
16+
------------------------------
17+
18+
* Fixed a performance regression for Resnet-50 on GPU.
19+
1520
jax 0.1.62 (March 21, 2020)
1621
---------------------------
1722

0 commit comments

Comments
 (0)