We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81ac67f + 6813819 commit e22b8bbCopy full SHA for e22b8bb
setup.py
@@ -22,13 +22,13 @@
22
23
project_name = 'jax'
24
25
-_current_jaxlib_version = '0.4.19'
+_current_jaxlib_version = '0.4.20'
26
# The following should be updated with each new jaxlib release.
27
_latest_jaxlib_version_on_pypi = '0.4.19'
28
_available_cuda11_cudnn_versions = ['86']
29
_default_cuda11_cudnn_version = '86'
30
_default_cuda12_cudnn_version = '89'
31
-_libtpu_version = '0.1.dev20231018'
+_libtpu_version = '0.1.dev20231102'
32
33
def load_version_module(pkg_path):
34
spec = importlib.util.spec_from_file_location(
0 commit comments