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

Commit

Permalink
Final version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
avijit-nervana committed Apr 4, 2019
1 parent 053381e commit 054b9be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ a variety of nGraph-enabled backends: CPU, GPU, and custom silicon like the
This will produce something like this:

TensorFlow version: 1.13.1
nGraph bridge version: b'0.12.0-rc2'
nGraph bridge version: b'0.12.0-rc3'
nGraph version used for this build: b'0.21.0-rc.0+b638705'
TensorFlow version used for this build: v1.13.1-0-g6612da8951

Expand Down Expand Up @@ -89,7 +89,7 @@ The installation prerequisites are the same as described in the TensorFlow

git clone https://github.com/NervanaSystems/ngraph-tf.git
cd ngraph-tf
git checkout v0.12.0-rc2
git checkout v0.12.0-rc3


2. Next run the following Python script to build TensorFlow, nGraph and the bridge. Please use Python 3.5:
Expand Down
2 changes: 1 addition & 1 deletion python/setup.in.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_tag(self):

setup(
name='ngraph_tensorflow_bridge',
version='0.12.0rc2',
version='0.12.0rc3',
description='Intel nGraph compiler and runtime for TensorFlow',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// candidate such as v0.7.0-rc0
// The code in master will always have the last released version number
// with a suffix of '-master'
#define NG_TF_VERSION_SUFFIX "-rc2"
#define NG_TF_VERSION_SUFFIX "-rc3"

#define VERSION_STR_HELPER(x) #x
#define VERSION_STR(x) VERSION_STR_HELPER(x)
Expand Down

0 comments on commit 054b9be

Please sign in to comment.