We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e7ad60 + e071053 commit 991797aCopy full SHA for 991797a
setup.py
@@ -19,12 +19,12 @@
19
20
project_name = 'jax'
21
22
-_current_jaxlib_version = '0.4.28'
+_current_jaxlib_version = '0.4.29'
23
# The following should be updated with each new jaxlib release.
24
_latest_jaxlib_version_on_pypi = '0.4.28'
25
_default_cuda12_cudnn_version = '91'
26
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
27
-_libtpu_version = '0.1.dev20240508'
+_libtpu_version = '0.1.dev20240609'
28
29
def load_version_module(pkg_path):
30
spec = importlib.util.spec_from_file_location(
0 commit comments