File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ http_archive(
28
28
# and update the sha256 with the result.
29
29
http_archive (
30
30
name = "org_tensorflow" ,
31
- sha256 = "77338daa0112a62989e610fa1ee5a24afac5d139bd5bde476d6f2a82922a425e " ,
32
- strip_prefix = "tensorflow-b99e88eee6a854f0a0e6012f01de87ae0248f8af " ,
31
+ sha256 = "642f5a1bc191dfb96b2d7ed1cfb8f2a1515b5169b8de4381c75193cef8404b92 " ,
32
+ strip_prefix = "tensorflow-b25fb1fe32094b60f5a53ad5f986ad65a9f05919 " ,
33
33
urls = [
34
- "https://github.com/tensorflow/tensorflow/archive/b99e88eee6a854f0a0e6012f01de87ae0248f8af .tar.gz" ,
34
+ "https://github.com/tensorflow/tensorflow/archive/b25fb1fe32094b60f5a53ad5f986ad65a9f05919 .tar.gz" ,
35
35
],
36
36
)
37
37
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ jax 0.1.67 (unreleased)
20
20
tightened. This may break code that was making use of names that were
21
21
previously exported accidentally.
22
22
23
+ jaxlib 0.1.47 (May 8, 2020)
24
+ ------------------------------
25
+
26
+ * Fixes crash for outfeed.
27
+
28
+
23
29
jax 0.1.66 (May 5, 2020)
24
30
---------------------------
25
31
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.1.46 "
15
+ __version__ = "0.1.47 "
You can’t perform that action at this time.
0 commit comments