Skip to content

Commit

Permalink
Update libtpu version for jaxlib 0.4.2 release (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
skye committed Jan 25, 2023
1 parent 09794be commit c4ad27c
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 @@ -26,7 +26,7 @@
_default_cuda_version = '11'
_available_cudnn_versions = ['82', '86']
_default_cudnn_version = '86'
_libtpu_version = '0.1.dev20230120'
_libtpu_version = '0.1.dev20230124'

_dct = {}
with open('jax/version.py', encoding='utf-8') as f:
Expand Down

0 comments on commit c4ad27c

Please sign in to comment.