Bump the libtpu version to prepare for JAX release

This commit is contained in:
Yash Katariya 2022-04-12 11:41:07 -07:00 committed by GitHub
parent 9455254b9f
commit 5fd78eaf02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ _available_cuda_versions = ['11']
_default_cuda_version = '11'
_available_cudnn_versions = ['82', '805']
_default_cudnn_version = '82'
_libtpu_version = '0.1.dev20220407'
_libtpu_version = '0.1.dev20220412'
_dct = {}
with open('jax/version.py') as f: