Skip to content

Commit 1ebfe82

Browse files
committed
Remove protobuf, update README
1 parent 12e1a77 commit 1ebfe82

File tree

5 files changed

+4
-251
lines changed

5 files changed

+4
-251
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ If you find the binaries and instructions in this repository useful, [please con
66

77
## Intro
88

9-
_We did it!_ It took a lot of head-banging and several indirect passings-of-the-torch, but we finally got TensorFlow compiled and running properly on the Raspberry Pi! Hopefully this will enable more hardware-based machine learning projects, as well as making the distributed aspects of TensorFlow more accessible.
9+
If you're looking to run [fully featured TensorFlow](https://github.com/tensorflow/tensorflow) or [Bazel](https://github.com/bazelbuild/bazel) on a Raspberry Pi 3, you're in the right place. This repo contains step-by-step instructions for installing TensorFlow from source using Bazel (which is also compiled from-scratch), as well as pre-built TensorFlow binaries.
10+
11+
_As a quick note, if you're looking for officially supported TensorFlow/Raspberry Pi functionality, you can also check out using the [Makefile contrib module](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/makefile). It builds a static C++ library instead of the standard Python library, but is very powerful._
1012

1113
### Contents
1214

@@ -108,9 +110,7 @@ There are numerous single-board computers available on the market, but binaries
108110

109111
## Credits
110112

111-
_Or: people who did most of the actual work._
112-
113-
While we may have just gotten RPi TensorFlow compiled properly in the last few days (with the most recent grunt work done by myself and @petewarden), this effort has been going on for almost as long as TensorFlow has been open-source, and involves work that spans multiple months in separate codebases. This is an incomprehensive list of people and their work I ran across while working on this.
113+
While the final pieces of grunt work were done primarily by myself and @petewarden, this effort has been going on for almost as long as TensorFlow has been open-source, and involves work that spans multiple months in separate codebases. This is an incomprehensive list of people and their work I ran across while working on this.
114114

115115
The majority of the source-building guide is a modified version of [these instructions for compiling TensorFlow on a Jetson TK1](http://cudamusing.blogspot.com/2015/11/building-tensorflow-for-jetson-tk1.html). Massimiliano, you are the real MVP. _Note: the TK1 guide was [updated on June 17, 2016](http://cudamusing.blogspot.com/2016/06/tensorflow-08-on-jetson-tk1.html)_
116116

@@ -127,8 +127,6 @@ _Issue threads of interest:_
127127

128128
## License
129129

130-
The file TENSORFLOW_LICENSE applies to any and all files in the `bin` directory, which are compiled Python wheels for TensorFlow.
131-
132130
Subdirectories contained within the `third_party` directory each contain relevant licenses for the code and software within those subdirectories.
133131

134132
The file LICENSE applies to other files in this repository. I want to stress that a majority of the lines of code found in the guide of this repository was created by others. If any of those original authors want more prominent attribution, please contact me and we can figure out how to make it acceptable.

TENSORFLOW_LICENSE

-203
This file was deleted.

third_party/protobuf/LICENSE

-42
This file was deleted.
Binary file not shown.
-140 KB
Binary file not shown.

0 commit comments

Comments
 (0)