We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f75b30 commit 79569e0Copy full SHA for 79569e0
setup.py
@@ -65,10 +65,10 @@
65
base_dir = os.path.dirname(os.path.abspath(__file__))
66
67
USE_NIGHTLY = False # whether to use nightly or stable libtpu and jax
68
-_date = '20241209'
69
-_libtpu_version = f'0.0.6'
70
-_jax_version = f'0.4.37'
71
-_jaxlib_version = f'0.4.36'
+_date = '20241210'
+_libtpu_version = f'0.0.7'
+_jax_version = f'0.4.38'
+_jaxlib_version = f'0.4.37'
72
_libtpu_wheel_name = f'libtpu-{_libtpu_version}'
73
_libtpu_storage_directory = 'libtpu-lts-releases'
74
0 commit comments