mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Update README, etc. for jaxlib 0.1.67 release
This commit is contained in:
parent
58a5ef7912
commit
63dbb99a66
@ -422,7 +422,7 @@ Next, run
|
||||
|
||||
```bash
|
||||
pip install --upgrade pip
|
||||
pip install --upgrade jax jaxlib==0.1.66+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html
|
||||
pip install --upgrade jax jaxlib==0.1.67+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html
|
||||
```
|
||||
|
||||
The jaxlib version must correspond to the version of the existing CUDA
|
||||
|
@ -17,4 +17,4 @@
|
||||
# reflect the most recent available binaries.
|
||||
# __version__ should be increased after releasing the current version
|
||||
# (i.e. on master, this is always the next version to be released).
|
||||
__version__ = "0.1.67"
|
||||
__version__ = "0.1.68"
|
||||
|
4
setup.py
4
setup.py
@ -15,8 +15,8 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
# The following should be updated with each new jaxlib release.
|
||||
_current_jaxlib_version = '0.1.66'
|
||||
_available_cuda_versions = ['101', '102', '110', '111', '112']
|
||||
_current_jaxlib_version = '0.1.67'
|
||||
_available_cuda_versions = ['101', '102', '110', '111']
|
||||
|
||||
_dct = {}
|
||||
with open('jax/version.py') as f:
|
||||
|
Loading…
x
Reference in New Issue
Block a user