Skip to content

Commit c7e3364

Browse files
authored
Fix script name errors. (#997)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 184e9a4 commit c7e3364

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AudioQnA/benchmark/accuracy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Evaluate the performance with the LLM:
3636

3737
```py
3838
# validate the offline model
39-
# python offline_evaluate.py
39+
# python offline_eval.py
4040
# validate the online asr microservice accuracy
41-
python online_evaluate.py
41+
python online_eval.py
4242
```
4343

4444
### Performance Result

AudioQnA/benchmark/accuracy/run_acc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (C) 2024 Intel Corporation
33
# SPDX-License-Identifier: Apache-2.0
44

5-
python online_evaluate.py
5+
python online_eval.py

0 commit comments

Comments
 (0)