File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ You can install [tensorflow](https://www.tensorflow.org/install/) via pip or via
1717
1818#### pip
1919- CPU-only: <br />
20- ` pip install tf-nightly `
20+ ` pip install tensorflow `
2121- GPU: <br />
22- ` pip install tf-nightly -gpu `
22+ ` pip install tensorflow -gpu `
2323
2424### Hardware-optimized tensorflow installation (compiling from source)
2525Please refer to https://www.tensorflow.org/install/ .
@@ -35,7 +35,6 @@ First, you have to install bazel (a build tool).
3535 https://docs.bazel.build/versions/master/install.html
3636
3737#### Compilation
38- This does not work yet.
39381 . Get newest TensorFlow repo from github via git clone:<br />
4039 ` git clone https://github.com/tensorflow/tensorflow.git `
41402 . ` cd tensorflow/ `
You can’t perform that action at this time.
0 commit comments