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).
26
26
27
27
### Supported OS
28
28
29
- * Raspberry Pi OS Bullseye (32-bit)
29
+ * Raspberry Pi OS Bullseye (32-bit and 64-bit )
30
30
31
31
## Install
32
32
33
+ * 32-bit:
34
+
33
35
``` shell
34
36
wget https://github.com/prepkg/tensorflow-lite-raspberrypi/releases/latest/download/tensorflow-lite.deb
35
37
```
@@ -38,6 +40,16 @@ wget https://github.com/prepkg/tensorflow-lite-raspberrypi/releases/latest/downl
38
40
sudo apt install -y ./tensorflow-lite.deb
39
41
```
40
42
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
+
41
53
## Uninstall
42
54
43
55
``` shell
You can’t perform that action at this time.
0 commit comments