File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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
3436wget 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
3840sudo 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
You can’t perform that action at this time.
0 commit comments