mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Fix pip dependency after cuDNN 9 upgrade
PiperOrigin-RevId: 637959308
This commit is contained in:
parent
43f51d73ce
commit
437263659c
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ project_name = 'jax'
|
||||
_current_jaxlib_version = '0.4.28'
|
||||
# The following should be updated with each new jaxlib release.
|
||||
_latest_jaxlib_version_on_pypi = '0.4.28'
|
||||
_default_cuda12_cudnn_version = '89'
|
||||
_default_cuda12_cudnn_version = '91'
|
||||
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
|
||||
_libtpu_version = '0.1.dev20240508'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user