Skip to content

Commit

Permalink
Update README, etc. for jaxlib 0.1.64 release
Browse files Browse the repository at this point in the history
  • Loading branch information
skye committed Mar 18, 2021
1 parent 2947f56 commit 0cbe2c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ PLEASE REMEMBER TO CHANGE THE '..master' WITH AN ACTUAL TAG in GITHUB LINK.
* Breaking changes:
* The minimum jaxlib version is now 0.1.62.

## jaxlib 0.1.64 (unreleased)
## jaxlib 0.1.65 (unreleased)

## jaxlib 0.1.64 (March 18 2021)

## jaxlib 0.1.63 (March 17 2021)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ Next, run

```bash
pip install --upgrade pip
pip install --upgrade jax jaxlib==0.1.63+cuda110 -f https://storage.googleapis.com/jax-releases/jax_releases.html
pip install --upgrade jax jaxlib==0.1.64+cuda110 -f https://storage.googleapis.com/jax-releases/jax_releases.html
```

The jaxlib version must correspond to the version of the existing CUDA
Expand Down
2 changes: 1 addition & 1 deletion jaxlib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# This should be increased after releasing the current version (i.e. this
# is always the next version to be released).
__version__ = "0.1.64"
__version__ = "0.1.65"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__version__ = None
_minimum_jaxlib_version = '0.1.62'
_current_jaxlib_version = '0.1.63'
_current_jaxlib_version = '0.1.64'
_available_cuda_versions = ['101', '102', '110', '111', '112']

with open('jax/version.py') as f:
Expand Down

0 comments on commit 0cbe2c1

Please sign in to comment.