mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Fix jax releases URL in setup.py comments
This commit is contained in:
parent
adcb0f58e8
commit
41b815bf33
6
setup.py
6
setup.py
@ -92,12 +92,12 @@ setup(
|
||||
|
||||
# CUDA installations require adding jax releases URL; e.g.
|
||||
# Cuda installation defaulting to a CUDA and Cudnn version defined above.
|
||||
# $ pip install jax[cuda] -f https://storage.googleapis.com/jax-releases/jax_releases.html
|
||||
# $ pip install jax[cuda] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
||||
'cuda': [f"jaxlib=={_current_jaxlib_version}+cuda{_default_cuda_version}.cudnn{_default_cudnn_version}"],
|
||||
|
||||
# CUDA installations require adding jax releases URL; e.g.
|
||||
# $ pip install jax[cuda11_cudnn82] -f https://storage.googleapis.com/jax-releases/jax_releases.html
|
||||
# $ pip install jax[cuda11_cudnn805] -f https://storage.googleapis.com/jax-releases/jax_releases.html
|
||||
# $ pip install jax[cuda11_cudnn82] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
||||
# $ pip install jax[cuda11_cudnn805] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
||||
**{f'cuda{cuda_version}_cudnn{cudnn_version}': f"jaxlib=={_current_jaxlib_version}+cuda{cuda_version}.cudnn{cudnn_version}"
|
||||
for cuda_version in _available_cuda_versions for cudnn_version in _available_cudnn_versions}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user