Skip to content

Commit

Permalink
Bani/Update nGraph-Bridge to v0.19.0-rc9 for r0.19 branch (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
bani-intelaipg authored and sayantan-nervana committed Jan 24, 2020
1 parent 65556f4 commit 45611ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Once TensorFlow's dependencies are installed, clone the `ngraph-bridge` repo:

git clone https://github.com/tensorflow/ngraph-bridge.git
cd ngraph-bridge
git checkout v0.19.0-rc7
git checkout v0.19.0-rc9

Run the following Python script to build TensorFlow, nGraph, and the bridge. Use Python 3.5:

Expand Down
2 changes: 1 addition & 1 deletion ngraph_bridge/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 "-rc7"
#define NG_TF_VERSION_SUFFIX "-rc9"

#define VERSION_STR_HELPER(x) #x
#define VERSION_STR(x) VERSION_STR_HELPER(x)
Expand Down
2 changes: 1 addition & 1 deletion python/setup.in.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_tag(self):

setup(
name='ngraph_tensorflow_bridge',
version='0.19.0rc7',
version='0.19.0rc9',
description='Intel nGraph compiler and runtime for TensorFlow',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 45611ed

Please sign in to comment.