mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Replace _
with -
because wheel.py normalizes it to .
PiperOrigin-RevId: 404049619
This commit is contained in:
parent
0f0bfcaef5
commit
93fe3ab492
@ -23,7 +23,7 @@ with open('jaxlib/version.py') as f:
|
||||
cuda_version = os.environ.get("JAX_CUDA_VERSION")
|
||||
cudnn_version = os.environ.get("JAX_CUDNN_VERSION")
|
||||
if cuda_version and cudnn_version:
|
||||
__version__ += f"+cuda{cuda_version.replace('.', '')}_cudnn{cudnn_version.replace('.', '')}"
|
||||
__version__ += f"+cuda{cuda_version.replace('.', '')}-cudnn{cudnn_version.replace('.', '')}"
|
||||
|
||||
setup(
|
||||
name='jaxlib',
|
||||
|
Loading…
x
Reference in New Issue
Block a user