Skip to content

Commit aee63dc

Browse files
authored
hotfix
1 parent 337c97d commit aee63dc

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

cookbook/cli.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,6 @@ graph TD
5151
pip install bqat
5252
```
5353

54-
> If using pre-built binary, you need to grant execute permission to it.
55-
56-
``` sh
57-
chmod +x bqat
58-
```
59-
60-
> And replace the command `bqat` with `./bqat`:
61-
62-
``` sh
63-
./bqat --version
64-
```
65-
6654
## Use Cases
6755

6856
### Validate Installation or Benchmarking
@@ -239,6 +227,18 @@ Generate EDA report directly from existing CSV:
239227
bqat --input data/results.csv --mode report
240228
```
241229

230+
If using pre-built binary, you need to grant execute permission to it:
231+
232+
``` sh
233+
chmod +x bqat
234+
```
235+
236+
And replace the base command `bqat` with `./bqat`:
237+
238+
``` sh
239+
./bqat --version
240+
```
241+
242242
## BQAT Task Flags
243243

244244
Short | Long | Description

getting_started/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav_order: 1
1010
[![GitHub Tag](https://img.shields.io/github/v/tag/biometix/bqat-cli)](https://github.com/Biometix/bqat-cli/releases)
1111
[![PyPI - Version](https://img.shields.io/pypi/v/bqat)](https://pypi.python.org/pypi/bqat)
1212
[![PyPI - Downloads](https://img.shields.io/pypi/dm/bqat)](https://pypi.python.org/pypi/bqat)
13-
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/bqat?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/bqat)
13+
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/bqat?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=total)](https://pepy.tech/projects/bqat)
1414

1515
---
1616
<details open markdown="block">

index/framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Test Platform 2: 14 cores, arm64, macOS 15.6.1, 32 GB of RAM.
289289
| Mode | Throughput (per second) \| (per hour) |
290290
| --- | --- |
291291
| Face (BQAT) | 53.94 \| 194,184 |
292-
| Face (OFIQ) | 2.08 \| 74,88 |
292+
| Face (OFIQ) | 2.08 \| 7,488 |
293293
| Face (BIQT) | 8.54 \| 30,744 |
294294
| Fingerprint (NFIQ2) | 14.54 \| 52,344 |
295295
| Iris (BIQT) | 40.14 \| 144,504 |

0 commit comments

Comments
 (0)