File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,11 @@ People who are a little more adventurous can also try our nightly binaries:
38
38
39
39
** Nightly pip packages**
40
40
* We are pleased to announce that TensorFlow now offers nightly pip packages
41
- under the [ tf-nightly] ( https://pypi.python.org/pypi/tf-nightly ) project on pypi.
42
- Simply run ` pip install tf-nightly ` in a clean environment to install the nightly
43
- tensorflow build. We currently only support CPU packages on Linux, Mac, and Windows.
44
- GPU packages on all platforms will arrive soon!
41
+ under the [ tf-nightly] ( https://pypi.python.org/pypi/tf-nightly ) and
42
+ [ tf-nightly-gpu] ( https://pypi.python.org/pypi/tf-nightly-gpu ) project on pypi.
43
+ Simply run ` pip install tf-nightly ` or ` pip install tf-nightly-gpu ` in a clean
44
+ environment to install the nightly TensorFlow build. We support CPU and GPU
45
+ packages on Linux, Mac, and Windows.
45
46
46
47
47
48
** Individual whl files**
You can’t perform that action at this time.
0 commit comments