Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Shrestha/add control dependencies in ngraph cluster #413

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ if (NOT USE_PRE_BUILT_NGRAPH)
ExternalProject_Add(
ext_ngraph
GIT_REPOSITORY https://github.com/NervanaSystems/ngraph
GIT_TAG v0.12.0-rc.1
GIT_TAG sandeep/git-d
CMAKE_ARGS
-DNGRAPH_DISTRIBUTED_ENABLE=${NGRAPH_DISTRIBUTED_ENABLE}
-DNGRAPH_INSTALL_PREFIX=${NGRAPH_ARTIFACTS_DIR}
Expand Down
6 changes: 3 additions & 3 deletions build_ngtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ def setup_venv(venv_dir):
"termcolor>=1.1.0",
"protobuf>=3.6.1",
"keras_applications>=1.0.6",
"--no-deps",
"--no-deps --no-cache-dir",
"keras_preprocessing==1.0.5",
"--no-deps",
"--no-deps --no-cache-dir",
]
command_executor(package_list)

Expand Down Expand Up @@ -432,7 +432,7 @@ def main():
#-------------------------------

# Component versions
ngraph_version = "v0.12.0-rc.1"
ngraph_version = "sandeep/git-d"
tf_version = "v1.12.0"

# Default directories
Expand Down
Loading