From 07b3f4618aa0e0d7152feeb1da51a4e3e8696770 Mon Sep 17 00:00:00 2001 From: avijit-nervana Date: Mon, 24 Sep 2018 22:57:32 -0700 Subject: Updated the nGraph version. --- tensorflow/workspace.bzl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tensorflow/workspace.bzl') diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index b850c5a17f..5f04c45611 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -858,11 +858,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""): tf_http_archive( name = "ngraph", urls = [ - "https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.7.0.tar.gz", - "https://github.com/NervanaSystems/ngraph/archive/v0.7.0.tar.gz", + "https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.8.0.tar.gz", + "https://github.com/NervanaSystems/ngraph/archive/v0.8.0.tar.gz", ], - sha256 = "34434b6d5993ac5233538c84f498840db7ac91df82e225c379ee7c8f6de644a5", - strip_prefix = "ngraph-0.7.0", + sha256 = "a8cf3ef2d0e6d31b54eb33f6a9e795f562195ce5c2a857e729ca9c35241cc45c", + strip_prefix = "ngraph-0.8.0", build_file = clean_dep("//third_party/ngraph:ngraph.BUILD"), ) @@ -880,11 +880,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""): tf_http_archive( name = "ngraph_tf", urls = [ - "https://mirror.bazel.build/github.com/NervanaSystems/ngraph-tf/archive/v0.5.0.tar.gz", - "https://github.com/NervanaSystems/ngraph-tf/archive/v0.5.0.tar.gz", + "https://mirror.bazel.build/github.com/NervanaSystems/ngraph-tf/archive/v0.6.0.tar.gz", + "https://github.com/NervanaSystems/ngraph-tf/archive/v0.6.0.tar.gz", ], - sha256 = "23b4566d8e40d6f1f236b0ffe3905dd964ae42ca54bacff67f24abcefd443afb", - strip_prefix = "ngraph-tf-0.5.0", + sha256 = "1f49391c02bef24872e9f85591e60e0e7eef12a337db71390444118049fe451f", + strip_prefix = "ngraph-tf-0.6.0", build_file = clean_dep("//third_party/ngraph:ngraph_tf.BUILD"), ) -- cgit v1.2.3