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

Commit 10f314e

Browse files
Updated version numbers
1 parent f1e1b5f commit 10f314e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ option(NGRAPH_DISTRIBUTED_ENABLE "Add distributed mode to the CPU backend" FALSE
133133
ExternalProject_Add(
134134
ext_ngraph
135135
GIT_REPOSITORY https://github.com/NervanaSystems/ngraph
136-
GIT_TAG v0.9.1-rc.0
136+
GIT_TAG v0.9.1
137137
CMAKE_ARGS
138138
-DNGRAPH_DISTRIBUTED_ENABLE=${NGRAPH_DISTRIBUTED_ENABLE}
139139
-DNGRAPH_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR}/ngraph/ngraph_dist

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ a variety of nGraph-enabled backends: CPU, GPU, and custom silicon like the
3838

3939
pip install -U tensorflow
4040

41-
3. Checkout `v0.7.0-rc0` from the `ngraph-tf` repo and build the bridge
41+
3. Checkout `v0.7.0-rc1` from the `ngraph-tf` repo and build the bridge
4242
as follows:
4343

4444
git clone https://github.com/NervanaSystems/ngraph-tf.git
4545
cd ngraph-tf
46-
git checkout v0.7.0-rc0
46+
git checkout v0.7.0-rc1
4747
mkdir build
4848
cd build
4949
cmake ..
@@ -138,7 +138,7 @@ The installation prerequisites are the same as described in the TensorFlow
138138
cd ..
139139
git clone https://github.com/NervanaSystems/ngraph-tf.git
140140
cd ngraph-tf
141-
git checkout v0.7.0-rc0
141+
git checkout v0.7.0-rc1
142142

143143

144144
7. Next, build and install nGraph bridge.
@@ -179,7 +179,7 @@ Once the pip package is built, install replacing the `tensorflow-1.*` with your
179179
version of TensorFlow:
180180

181181
pip install -U ./tensorflow-1.*whl
182-
182+
183183
For this final option, there is **no need to separately build `ngraph-tf` or to
184184
use `pip` to install the ngraph module**. With this configuration, your TensorFlow
185185
model scripts will work without any changes.

0 commit comments

Comments
 (0)