mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 21:36:05 +00:00
Readd cuda12_pip extra to keep CI users happy.
This commit is contained in:
parent
2679ece82d
commit
dcb7b3c3f1
7
setup.py
7
setup.py
@ -95,6 +95,13 @@ setup(
|
||||
f"jax-cuda12-plugin[with_cuda]>={_current_jaxlib_version},<={_jax_version}",
|
||||
],
|
||||
|
||||
# Deprecated alias for cuda12, kept to avoid breaking users who wrote
|
||||
# cuda12_pip in their CI.
|
||||
'cuda12_pip': [
|
||||
f"jaxlib=={_current_jaxlib_version}",
|
||||
f"jax-cuda12-plugin[with_cuda]>={_current_jaxlib_version},<={_jax_version}",
|
||||
],
|
||||
|
||||
# Target that does not depend on the CUDA pip wheels, for those who want
|
||||
# to use a preinstalled CUDA.
|
||||
'cuda12_local': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user