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.
1 parent 3778265 commit f10e333Copy full SHA for f10e333
setup.py
@@ -22,13 +22,13 @@
22
23
project_name = 'jax'
24
25
-_current_jaxlib_version = '0.4.18'
+_current_jaxlib_version = '0.4.19'
26
# The following should be updated with each new jaxlib release.
27
_latest_jaxlib_version_on_pypi = '0.4.18'
28
_available_cuda11_cudnn_versions = ['86']
29
_default_cuda11_cudnn_version = '86'
30
_default_cuda12_cudnn_version = '89'
31
-_libtpu_version = '0.1.dev20231006'
+_libtpu_version = '0.1.dev20231018'
32
33
def load_version_module(pkg_path):
34
spec = importlib.util.spec_from_file_location(
0 commit comments