This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Commit 7d1992e 1 parent 1870bb1 commit 7d1992e Copy full SHA for 7d1992e
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed 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.11.0-rc0
87
+ git checkout v0.11.0
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:
@@ -183,9 +183,9 @@ run the following model:
183
183
184
184
The build and installation instructions are idential for Ubuntu 16.04 and OS X. However, please
185
185
note that the Python setup is not always the same across various Mac OS versions. TensorFlow build
186
- instructions recommend using homebrew and often people use pyenv . There is also Anaconda/Miniconda
187
- which some users prefer. The basic criteria for building nGraph and the bridge on a Mac OS is
188
- to ensure that TensorFlow is successfully built.
186
+ instructions recommend using Homebrew and often people use Pyenv . There is also Anaconda/Miniconda
187
+ which some users prefer. Ensure that you can build TenorFlow successfully on OS X with a suitable
188
+ Python environment prior to building nGraph.
189
189
190
190
## Debugging
191
191
You can’t perform that action at this time.
0 commit comments