Skip to content

Commit

Permalink
Fix some formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
feranick committed Jan 31, 2024
1 parent d53635a commit c3899d4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Expand Up @@ -61,10 +61,8 @@ $ make -C tensorflow/lite/tools/pip_package docker-build TENSORFLOW_TARGET=aarch

These are the supported targets.

Target Target architecture Comments
armhf ARMv7 VFP with Neon Compatible with Raspberry Pi 3 and 4
rpi0 ARMv6 Compatible with Raspberry Pi Zero
aarch64 aarch64 (ARM 64-bit) Coral Mendel Linux 4.0
Raspberry Pi with Ubuntu Server 20.04.01 LTS 64-bit
native Your workstation It builds with "-mnative" optimization
- `armhf`: ARMv7 VFP with Neon Compatible with Raspberry Pi 3 and 4
- `rpi0`: ARMv6 Compatible with Raspberry Pi Zero
- `aarch64`: aarch64 (ARM 64-bit) Coral Mendel Linux 4.0 or Raspberry Pi with Ubuntu Server 20.04.01 LTS 64-bit of 22.04.x LTS 64-bit
- `native`: Your workstation It builds with "-mnative" optimization

0 comments on commit c3899d4

Please sign in to comment.