aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-07-25 02:00:52 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-07-25 02:00:52 -0700
commit2f3e97cf0ee50ee0e55ab1a3795cc82537426e8c (patch)
tree23f54bd183170a48d39369326bae2e12af08b9d5 /tensorflow/workspace.bzl
parent1cdacb8b10d0b4687387be5fd8be978d68602a1d (diff)
Upgrade the nGraph TensorFlow bridge.
Diffstat (limited to 'tensorflow/workspace.bzl')
-rw-r--r--tensorflow/workspace.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index f4eac0a9a1..fad96d11bf 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -848,11 +848,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.3.0-rc0.tar.gz",
- "https://github.com/NervanaSystems/ngraph-tf/archive/v0.3.0-rc0.tar.gz"
+ "https://mirror.bazel.build/github.com/NervanaSystems/ngraph-tf/archive/v0.3.0-rc1.tar.gz",
+ "https://github.com/NervanaSystems/ngraph-tf/archive/v0.3.0-rc1.tar.gz"
],
- sha256 = "b4f4a530c0eb7a406bf3c9f6965d74e9a371a7635a9e644e190ec54258bb70ac",
- strip_prefix = "ngraph-tf-0.3.0-rc0",
+ sha256 = "7919332cb15120101c3e05c1b969a5e029a6411581312583c8f80b6aaaa83072",
+ strip_prefix = "ngraph-tf-0.3.0-rc1",
build_file = clean_dep("//third_party/ngraph:ngraph_tf.BUILD"),
)