File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -22,34 +22,4 @@ You can install [tensorflow](https://www.tensorflow.org/install/) via pip or via
2222 ` pip install tf-nightly-gpu `
2323
2424### Hardware-optimized tensorflow installation (compiling from source)
25- Please refer to https://www.tensorflow.org/install/ .
26-
27- #### Pre-requirements
28- First, you have to install bazel (a build tool).
29- - On MacBook:<br />
30- ` brew install bazel `
31- - On linux:
32- * Use Anaconda/Miniconda:<br />
33- ` conda install bazel `
34- * Official / Distribution-specific ways:
35- https://docs.bazel.build/versions/master/install.html
36-
37- #### Compilation
38- This does not work yet.
39- 1 . Get newest TensorFlow repo from github via git clone:<br />
40- ` git clone https://github.com/tensorflow/tensorflow.git `
41- 2 . ` cd tensorflow/ `
42- 3 . ` git checkout <release> `
43- 4 . ` ./configure `
44- 5 . ` bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package `
45- 6 . ` bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg `
46- 7 . ` pip install /tmp/tensorflow_pkg/tensorflow-<blah>.whl `
47-
48- ## Building the documentation
49- The documentation is maintained in the ` docs/ ` directory.
50-
51- The built documentation will be saved in ` build/docs ` .
52-
53- 1 . Make sure sphinx is installed (install via pip for example).
54- 2 . ` cd docs/ `
55- 3 . ` make html `
25+ Please refer to https://www.tensorflow.org/install/ .
You can’t perform that action at this time.
0 commit comments