Fix script name errors. (#997)

Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
ZePan110
2024-10-21 11:44:50 +08:00
committed by GitHub
parent 184e9a43b8
commit c7e33647ad
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -2,4 +2,4 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
python online_evaluate.py
python online_eval.py