Update libtpu version for 0.3.15 release

This commit is contained in:
Skye Wanderman-Milne 2022-07-19 17:11:43 -07:00 committed by GitHub
parent 18541e2efa
commit 186a4f83e3
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.dev20220714'
_libtpu_version = '0.1.dev20220719'
_dct = {}
with open('jax/version.py') as f: