Skip to content

Commit b6674de

Browse files
committed
build for 64-bit
1 parent a13c1fc commit b6674de

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ Tested on Raspberry Pi 4 Model B (8 GB).
2626

2727
### Supported OS
2828

29-
* Raspberry Pi OS Bullseye (32-bit)
29+
* Raspberry Pi OS Bullseye (32-bit and 64-bit)
3030

3131
## Install
3232

33+
* 32-bit:
34+
3335
```shell
3436
wget https://github.com/prepkg/tensorflow-lite-raspberrypi/releases/latest/download/tensorflow-lite.deb
3537
```
@@ -38,6 +40,16 @@ wget https://github.com/prepkg/tensorflow-lite-raspberrypi/releases/latest/downl
3840
sudo apt install -y ./tensorflow-lite.deb
3941
```
4042

43+
* 64-bit:
44+
45+
```shell
46+
wget https://github.com/prepkg/tensorflow-lite-raspberrypi/releases/latest/download/tensorflow-lite_64.deb
47+
```
48+
49+
```shell
50+
sudo apt install -y ./tensorflow-lite_64.deb
51+
```
52+
4153
## Uninstall
4254

4355
```shell

0 commit comments

Comments
 (0)