Skip to content

Commit e618d14

Browse files
committed
update version
1 parent 4bd6c10 commit e618d14

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![tensorflow-lite-raspberrypi](https://i.ibb.co/T43zRmZ/tensorflow-lite-raspberrypi.png)
44

5-
Precompiled **TensorFlow Lite 2.6.0** binaries for **Raspberry Pi 3 & 4**.
5+
Precompiled **TensorFlow Lite 2.7.0** binaries for **Raspberry Pi 3 & 4**.
66
Read the following [blog post](https://lindevs.com/install-precompiled-tensorflow-lite-on-raspberry-pi) for additional information.
77

88
## Supported features
@@ -30,12 +30,19 @@ Tested on Raspberry Pi 4 Model B (8 GB).
3030

3131
## Install
3232

33-
* `wget https://github.com/prepkg/tensorflow-lite-raspberrypi/releases/latest/download/tensorflow-lite.deb`
34-
* `sudo apt install -y ./tensorflow-lite.deb`
33+
```shell
34+
wget https://github.com/prepkg/tensorflow-lite-raspberrypi/releases/latest/download/tensorflow-lite.deb
35+
```
36+
37+
```shell
38+
sudo apt install -y ./tensorflow-lite.deb
39+
```
3540

3641
## Uninstall
3742

38-
* `sudo apt purge --autoremove -y tensorflow-lite`
43+
```shell
44+
sudo apt purge --autoremove -y tensorflow-lite
45+
```
3946

4047
## Debian Package
4148

0 commit comments

Comments
 (0)