Commit 01a29487 authored by Yixing Lao's avatar Yixing Lao Committed by adstraw

Update nnp git URL and branch (#705)

* update nnp transformer path
parent 12876342
...@@ -33,7 +33,7 @@ if (NGRAPH_NNP_ENABLE) ...@@ -33,7 +33,7 @@ if (NGRAPH_NNP_ENABLE)
if (DEFINED CUSTOM_NNP_TRANSFORMER_GIT_REPOSITORY) if (DEFINED CUSTOM_NNP_TRANSFORMER_GIT_REPOSITORY)
set(NNP_TRANSFORMER_GIT_REPOSITORY ${CUSTOM_NNP_TRANSFORMER_GIT_REPOSITORY}) set(NNP_TRANSFORMER_GIT_REPOSITORY ${CUSTOM_NNP_TRANSFORMER_GIT_REPOSITORY})
else() else()
set(NNP_TRANSFORMER_GIT_REPOSITORY git@github.com:NervanaSystems/argon-transformer.git) set(NNP_TRANSFORMER_GIT_REPOSITORY https://github.com/NervanaSystems/nnp-transformer.git)
endif() endif()
# Set nnp_transformer tag # Set nnp_transformer tag
...@@ -44,7 +44,7 @@ if (NGRAPH_NNP_ENABLE) ...@@ -44,7 +44,7 @@ if (NGRAPH_NNP_ENABLE)
# commit. # commit.
# - After we have ngraph CI job for nnp transformer, ngraph master will be compatible with # - After we have ngraph CI job for nnp transformer, ngraph master will be compatible with
# nnp transformer guaranteed by CI. # nnp transformer guaranteed by CI.
set(NNP_TRANSFORMER_GIT_TAG cpp-master) set(NNP_TRANSFORMER_GIT_TAG master)
# Determines where nnp-transformer will be located # Determines where nnp-transformer will be located
set(NNP_TRANSFORMER_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/nnp_transformer) set(NNP_TRANSFORMER_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/nnp_transformer)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment