Update versions for jax/jaxlib 0.4.15 release

This commit is contained in:
Skye Wanderman-Milne 2023-08-30 09:10:07 -04:00
parent c1680aacbf
commit 2c5e8577e3

View File

@ -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: