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 ffd905e commit 0756ed8Copy full SHA for 0756ed8
README.md
@@ -453,7 +453,7 @@ To cite this repository:
453
author = {Tom Hennigan and Trevor Cai and Tamara Norman and Lena Martens and Igor Babuschkin},
454
title = {{H}aiku: {S}onnet for {JAX}},
455
url = {http://github.com/deepmind/dm-haiku},
456
- version = {0.0.13},
+ version = {0.0.14},
457
year = {2020},
458
}
459
```
haiku/__init__.py
@@ -144,7 +144,7 @@
144
from haiku._src.typing import SupportsCall
145
from haiku._src.utils import get_channel_index
146
147
-__version__ = "0.0.14.dev"
+__version__ = "0.0.14"
148
149
__all__ = (
150
"AvgPool",
requirements-jax.txt
@@ -1,2 +1,2 @@
1
-jax>=0.4.28
2
-jaxlib>=0.4.28
+jax>=0.6.0
+jaxlib>=0.6.0
0 commit comments