Skip to content

Commit

Permalink
Fix script name errors. (opea-project#997)
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 authored Oct 21, 2024
1 parent 184e9a4 commit c7e3364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AudioQnA/benchmark/accuracy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Evaluate the performance with the LLM:

```py
# validate the offline model
# python offline_evaluate.py
# python offline_eval.py
# validate the online asr microservice accuracy
python online_evaluate.py
python online_eval.py
```

### Performance Result
Expand Down
2 changes: 1 addition & 1 deletion AudioQnA/benchmark/accuracy/run_acc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

python online_evaluate.py
python online_eval.py

0 comments on commit c7e3364

Please sign in to comment.