@@ -54,6 +54,19 @@ 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
58+
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 | / |
69+
5770## Supported operations, precisions and devices
5871
5972### V2.4
@@ -67,20 +80,6 @@ For more detailed benchmarks, please refer to the [BENCHMARKING.md](BENCHMARKING
6780| ** FP16** | CPU | ❌ | ❌ | ❌ | ❌ |
6881| ** FP32** | CPU | CPU/GPU | CPU/GPU | CPU | CPU/GPU |
6982
70- ### Plattform support
71-
72-
73- ### V2.4
74-
75- | ** Platform** | Windows | | Linux | | MacOS | |
76- | ---| ---| ---| ---| ---| ---| ---|
77- | Architecture | x86_64 | ARM64 | x86_64 | ARM64 | x86_64 | ARM64 |
78- LiterRT | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ |
79- TFLite | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
80- TF | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ |
81-
82-
83-
8483✅ = Supported ❌ = Not supported\
8584** ProtoBuf Raven is only available for custom acoustic models.*
8685
0 commit comments