aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-24 22:13:21 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-24 22:13:21 -0700
commit7e91ec68c7df088c306cc56cce621aee7ff53c94 (patch)
treec0f8a9181da7811cc015f381002bee64ec8b2c8c /tensorflow/workspace.bzl
parentaa02f7f3622dca8c7b03e745cdb8a10797f32f61 (diff)
Added more unit tests and upgraded to the device-less bridge.
Diffstat (limited to 'tensorflow/workspace.bzl')
-rw-r--r--tensorflow/workspace.bzl20
1 files changed, 10 insertions, 10 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 951cb8a89d..a5dc95d609 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -865,16 +865,16 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
build_file = clean_dep("//third_party/ngraph:nlohmann_json.BUILD"),
)
- tf_http_archive(
- name = "ngraph_tf",
- urls = [
- "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 = "7919332cb15120101c3e05c1b969a5e029a6411581312583c8f80b6aaaa83072",
- strip_prefix = "ngraph-tf-0.3.0-rc1",
- build_file = clean_dep("//third_party/ngraph:ngraph_tf.BUILD"),
- )
+ # tf_http_archive(
+ # name = "ngraph_tf",
+ # urls = [
+ # "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 = "7919332cb15120101c3e05c1b969a5e029a6411581312583c8f80b6aaaa83072",
+ # strip_prefix = "ngraph-tf-0.3.0-rc1",
+ # build_file = clean_dep("//third_party/ngraph:ngraph_tf.BUILD"),
+ # )
##############################################################################
# BIND DEFINITIONS