Skip to content

Commit

Permalink
Update libtpu version for jax 0.3.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp committed Apr 7, 2022
1 parent 28cb44e commit 7f751c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
_default_cuda_version = '11'
_available_cudnn_versions = ['82', '805']
_default_cudnn_version = '82'
_libtpu_version = '0.1.dev20220329'
_libtpu_version = '0.1.dev20220407'

_dct = {}
with open('jax/version.py') as f:
Expand Down

0 comments on commit 7f751c5

Please sign in to comment.