Skip to content

Commit 17f2e50

Browse files
committed
add dep
update table
1 parent 47f89ac commit 17f2e50

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Install dependencies
6262
run: |
63-
python -m pip install uv build --upgrade
63+
python -m pip install uv --upgrade
6464
python -m uv pip install twine build --upgrade
6565
python -m uv pip install --system .[tests]
6666
@@ -129,7 +129,8 @@ jobs:
129129

130130
- name: Install dependencies
131131
run: |
132-
python -m pip install uv build --upgrade
132+
python -m pip install uv --upgrade
133+
python -m uv pip install twine build --upgrade
133134
python -m uv pip install --system .[tests,repro]
134135
135136
- name: Download models

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,24 @@ 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
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

Comments
 (0)