From 85f4aab3d33e14c7062114f3c3e577baeb60d4ee Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期三, 10 五月 2023 22:33:11 +0800 Subject: [PATCH] paraformer long batch infer sort --- egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/infer.py | 2 +- egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/infer.sh | 2 +- egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/README.md b/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/README.md index bb55ab5..92088a2 120000 --- a/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/README.md +++ b/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/README.md @@ -1 +1 @@ -../../TEMPLATE/README.md \ No newline at end of file +../TEMPLATE/README.md \ No newline at end of file diff --git a/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/infer.py b/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/infer.py index 128fc31..f05fbbb 120000 --- a/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/infer.py +++ b/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/infer.py @@ -1 +1 @@ -../../TEMPLATE/infer.py \ No newline at end of file +../TEMPLATE/infer.py \ No newline at end of file diff --git a/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/infer.sh b/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/infer.sh index 5e59f18..0b3b38b 120000 --- a/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/infer.sh +++ b/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/infer.sh @@ -1 +1 @@ -../../TEMPLATE/infer.sh \ No newline at end of file +../TEMPLATE/infer.sh \ No newline at end of file -- Gitblit v1.9.1