Skip to content

Commit 47f89ac

Browse files
committed
update table
excl repro
1 parent d7386b5 commit 47f89ac

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@ pip install birdnet[litert] --user
5454

5555
For 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

src/birdnet_tests/repro_tests/test_acoustic_v2_4_predict.py renamed to src/birdnet_tests/repro_tests/xtest_acoustic_v2_4_predict.py

File renamed without changes.

0 commit comments

Comments
 (0)