mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Bump jaxlib ver to 0.1.68.
This commit is contained in:
parent
eaaaa1106d
commit
a22841b6bb
@ -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
|
||||
|
@ -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"
|
||||
|
2
setup.py
2
setup.py
@ -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}}/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user