Bump jaxlib ver to 0.1.68.

This commit is contained in:
Qiao Zhang 2021-06-23 12:37:56 -07:00
parent eaaaa1106d
commit a22841b6bb
3 changed files with 3 additions and 3 deletions

View File

@ -422,7 +422,7 @@ Next, run
```bash
pip install --upgrade pip
pip install --upgrade jax jaxlib==0.1.67+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html
pip install --upgrade jax jaxlib==0.1.68+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html
```
The jaxlib version must correspond to the version of the existing CUDA

View File

@ -17,4 +17,4 @@
# reflect the most recent available binaries.
# __version__ should be increased after releasing the current version
# (i.e. on main, this is always the next version to be released).
__version__ = "0.1.68"
__version__ = "0.1.69"

View File

@ -16,7 +16,7 @@ from setuptools import setup, find_packages
import sys
# The following should be updated with each new jaxlib release.
_current_jaxlib_version = '0.1.67'
_current_jaxlib_version = '0.1.68'
_available_cuda_versions = ['101', '102', '110', '111']
_jaxlib_cuda_url = (
f'https://storage.googleapis.com/jax-releases/cuda{{version}}/'