From 621ee6a50bb8cd683d2689beadc6cc123eeefb7b Mon Sep 17 00:00:00 2001 From: lingyunfly <121302812+lingyunfly@users.noreply.github.com> Date: 星期日, 23 四月 2023 22:41:34 +0800 Subject: [PATCH] Update test_vad_inference_pipeline.py --- egs_modelscope/asr/TEMPLATE/README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/egs_modelscope/asr/TEMPLATE/README.md b/egs_modelscope/asr/TEMPLATE/README.md index 3daff1f..19acefe 100644 --- a/egs_modelscope/asr/TEMPLATE/README.md +++ b/egs_modelscope/asr/TEMPLATE/README.md @@ -186,7 +186,7 @@ ``` ## Inference with your finetuned model -- Setting parameters in [infer.sh](https://github.com/alibaba-damo-academy/FunASR/blob/main/egs_modelscope/asr/TEMPLATE/infer.sh) is the same with [docs](https://github.com/alibaba-damo-academy/FunASR/tree/main/egs_modelscope/asr/TEMPLATE#inference-with-multi-thread-cpus-or-multi-gpus) +- Setting parameters in [infer.sh](https://github.com/alibaba-damo-academy/FunASR/blob/main/egs_modelscope/asr/TEMPLATE/infer.sh) is the same with [docs](https://github.com/alibaba-damo-academy/FunASR/tree/main/egs_modelscope/asr/TEMPLATE#inference-with-multi-thread-cpus-or-multi-gpus), `model` is the model name from modelscope, which you finetuned. - Decode with multi GPUs: ```shell -- Gitblit v1.9.1