Skip to content
This repository was 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
2 changes: 1 addition & 1 deletion build_ngtf.py
Original file line number Diff line number Diff line change
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