Skip to content

Commit 249faf8

Browse files
committed
update release links
1 parent fe0cf31 commit 249faf8

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,35 @@
33

44
## Raspbery Pi
55

6-
The [TensorFlow team](https://www.tensorflow.org/install/pip) provides official wheel for Python3.5 on Raspberry Pi 1-3 and Pi Zero. All other wheels were [built from source](https://www.tensorflow.org/install/source_rpi).
6+
The [TensorFlow team](https://www.tensorflow.org/install/pip) provides an official wheel for Python3.5 on Raspberry Pi 1-3 and Pi Zero. All other wheels were [cross-compiled from source](https://www.tensorflow.org/install/source_rpi).
77

88

9-
| Raspberry Pi | Python | Arch | URL |
9+
| Raspberry Pi | Python | Arch | TensorFlow wheel |
1010
|--------------|--------|---------|---------------------------------------------------------------------------------------------------|
1111
| Pi Zero | 3.5 | arm6l | [2.3.0](https://storage.googleapis.com/tensorflow/raspberrypi/tensorflow-2.3.0-cp35-none-linux_armv6l.whl) |
1212
| Pi 2, 3 | 3.5 | arm7l | [2.3.0](https://storage.googleapis.com/tensorflow/raspberrypi/tensorflow-2.3.0-cp35-none-linux_armv7l.whl) |
13-
| Pi 4 | 3.7 | arm7l | [2.4.0rc0](https://github.com/leigh-johnson/tensorflow-arm-bin/releases/download/2.4-rc0/tensorflow-2.4.0rc0-cp37-none-linux_armv7l.whl) |
14-
| Pi 4 | 3.7 | aarch64 | [2.4.0rc0](https://github.com/leigh-johnson/tensorflow-arm-bin/releases/download/2.4-rc0/tensorflow-2.4.0rc0-cp37-none-linux_aarch64.whl) |
13+
| Pi 4 | 3.7 | arm7l | [2.4.0rc0](https://github.com/bitsy-ai/tensorflow-arm-bin/releases/download/2.4-rc0/tensorflow-2.4.0rc0-cp37-none-linux_armv7l.whl), [2.3.1](https://github.com/bitsy-ai/tensorflow-arm-bin/releases/download/2.3.1/tensorflow-2.3.1-cp37-none-linux_armv7l.whl) | |
14+
| Pi 4 | 3.7 | aarch64 | [2.4.0rc0](https://github.com/bitsy-au/tensorflow-arm-bin/releases/download/2.4-rc0/tensorflow-2.4.0rc0-cp37-none-linux_aarch64.whl), [2.3.1](https://github.com/bitsy-ai/tensorflow-arm-bin/releases/download/2.3.1/tensorflow-2.3.1-cp37-none-linux_aarch64.whl) |
1515
| Pi 4 | 3.8 | aarch64 | |
1616
| | | | |
1717

18-
[tensorflow-2.3.0-cp35-none-linux_armv6l.whl](https://storage.googleapis.com/tensorflow/raspberrypi/tensorflow-2.3.0-cp35-none-linux_armv6l.whl)
1918

20-
https://storage.googleapis.com/tensorflow/raspberrypi/tensorflow-2.3.0-cp35-none-linux_armv7l.whl
2119

20+
### Build commands
2221

23-
24-
* arm7l
25-
26-
```
22+
arm7l
23+
```bash
2724
$ tensorflow/tools/ci_build/ci_build.sh PI-PYTHON37 \
2825
tensorflow/tools/ci_build/pi/build_raspberry_pi.sh
2926
```
3027

31-
* aarch64
32-
33-
```
28+
aarch64
29+
```bash
3430
$ tensorflow/tools/ci_build/ci_build.sh PI-PYTHON37 \
3531
tensorflow/tools/ci_build/pi/build_raspberry_pi.sh AARCH64
3632
```
3733

38-
```
34+
```bash
3935
$ tensorflow/tools/ci_build/ci_build.sh PI-PYTHON38 \
4036
tensorflow/tools/ci_build/pi/build_raspberry_pi.sh AARCH64
4137
```

0 commit comments

Comments
 (0)