Skip to content

Commit 4372636

Browse files
beckerhejax authors
authored andcommitted
Fix pip dependency after cuDNN 9 upgrade
PiperOrigin-RevId: 637959308
1 parent 43f51d7 commit 4372636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
_current_jaxlib_version = '0.4.28'
2323
# The following should be updated with each new jaxlib release.
2424
_latest_jaxlib_version_on_pypi = '0.4.28'
25-
_default_cuda12_cudnn_version = '89'
25+
_default_cuda12_cudnn_version = '91'
2626
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
2727
_libtpu_version = '0.1.dev20240508'
2828

0 commit comments

Comments
 (0)