mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 21:06:06 +00:00
Update versions for jax/jaxlib 0.4.15 release
This commit is contained in:
parent
c1680aacbf
commit
2c5e8577e3
4
setup.py
4
setup.py
@ -19,13 +19,13 @@ import sys
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
_current_jaxlib_version = '0.4.14'
|
||||
_current_jaxlib_version = '0.4.15'
|
||||
# The following should be updated with each new jaxlib release.
|
||||
_latest_jaxlib_version_on_pypi = '0.4.14'
|
||||
_available_cuda11_cudnn_versions = ['86']
|
||||
_default_cuda11_cudnn_version = '86'
|
||||
_default_cuda12_cudnn_version = '89'
|
||||
_libtpu_version = '0.1.dev20230727'
|
||||
_libtpu_version = '0.1.dev20230830'
|
||||
|
||||
_dct = {}
|
||||
with open('jax/version.py', encoding='utf-8') as f:
|
||||
|
Loading…
x
Reference in New Issue
Block a user