This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Commit cdd3c99 1 parent fa37cf4 commit cdd3c99 Copy full SHA for cdd3c99
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ if (NOT USE_PRE_BUILT_NGRAPH)
239
239
ExternalProject_Add(
240
240
ext_ngraph
241
241
GIT_REPOSITORY https://github.com/NervanaSystems/ngraph
242
- GIT_TAG v0.12.0-rc.0
242
+ GIT_TAG v0.12.0-rc.1
243
243
CMAKE_ARGS
244
244
-DNGRAPH_DISTRIBUTED_ENABLE=${NGRAPH_DISTRIBUTED_ENABLE}
245
245
-DNGRAPH_INSTALL_PREFIX=${NGRAPH_ARTIFACTS_DIR}
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ The installation prerequisites are the same as described in the TensorFlow
84
84
85
85
git clone https://github.com/NervanaSystems/ngraph-tf.git
86
86
cd ngraph-tf
87
- git checkout v0.10.0-rc0
87
+ git checkout v0.10.0-rc1
88
88
89
89
90
90
2 . Next run the following Python script to build TensorFlow, nGraph and the bridge. Please use Python 3.5:
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ def main():
432
432
#-------------------------------
433
433
434
434
# Component versions
435
- ngraph_version = "v0.12.0-rc.0 "
435
+ ngraph_version = "v0.12.0-rc.1 "
436
436
tf_version = "v1.12.0"
437
437
438
438
# Default directories
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def get_tag(self):
39
39
40
40
setup (
41
41
name = 'ngraph_tensorflow_bridge' ,
42
- version = '0.10.0-rc0 ' ,
42
+ version = '0.10.0-rc1 ' ,
43
43
description = 'Intel nGraph compiler and runtime for TensorFlow' ,
44
44
long_description = long_description ,
45
45
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 27
27
// The version suffix is used for pre-release version numbers
28
28
// For example before v0.7.0 we may do a pre-release i.e., a release
29
29
// candidate such as v0.7.0-rc0
30
- #define NG_TF_VERSION_SUFFIX " -rc0 "
30
+ #define NG_TF_VERSION_SUFFIX " -rc1 "
31
31
32
32
#define VERSION_STR_HELPER (x ) #x
33
33
#define VERSION_STR (x ) VERSION_STR_HELPER(x)
You can’t perform that action at this time.
0 commit comments