@@ -54,26 +54,24 @@ pip install birdnet[litert] --user
5454
5555For more detailed benchmarks, please refer to the [ BENCHMARKING.md] ( BENCHMARKING.md ) file.
5656
57- ## Plattform support and Python versions
57+ ## Platform support and Python versions
5858
59- ### V2.4
60-
61- | Platform | Architecture | LiteRT | TFLite | TF-CPU | TF-GPU |
62- | ----------| --------------| --------------------| -------------------------| ------------------------| ------------------------|
63- | ** Windows** | x86_64 | / | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | / |
64- | | ARM64 | / | / | / | / |
65- | ** Linux** | x86_64 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 |
66- | | ARM64 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 |
67- | ** MacOS** | x86_64 | / | 3.11, 3.12 | 3.11, 3.12 | / |
68- | | ARM64 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | / |
59+ | Platform | Architecture | ProtoBuf-CPU | ProtoBuf-GPU | TFLite | LiteRT |
60+ | ----------- | ------------ | ---------------- | ---------------- | ---------------- | ---------------- |
61+ | ** Windows** | x86_64 | 3.11, 3.12, 3.13 | / | 3.11, 3.12, 3.13 | / |
62+ | | ARM64 | / | / | / | / |
63+ | ** Linux** | x86_64 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 |
64+ | | ARM64 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 |
65+ | ** MacOS** | x86_64 | 3.11, 3.12 | / | 3.11, 3.12 | / |
66+ | | ARM64 | 3.11, 3.12, 3.13 | / | 3.11, 3.12, 3.13 | 3.11, 3.12, 3.13 |
6967
7068## Supported operations, precisions and devices
7169
7270### V2.4
7371
7472| ** Model** | Acoustic | Acoustic | Acoustic | Geo | Geo |
7573| ---| ---| ---| ---| ---| ---|
76- | ** Backend** | TensorFlow /<br >LiteRT | ProtoBuf | ProtoBuf<br >Raven* | TensorFlow /<br >LiteRT | ProtoBuf |
74+ | ** Backend** | TFLite /<br >LiteRT | ProtoBuf | ProtoBuf<br >Raven* | TFLite /<br >LiteRT | ProtoBuf |
7775| ` predict(..) ` | ✅ | ✅ | ✅ | ✅ | ✅ |
7876| ` encode(..) ` | ✅ | ✅ | ❌ | ❌ | ❌ |
7977| ** INT8** | CPU | ❌ | ❌ | ❌ | ❌ |
0 commit comments