From 8e740e9897834c77e2475790741b330c18e518dc Mon Sep 17 00:00:00 2001 From: season <season4675@gmail.com> Date: 星期日, 02 七月 2023 19:38:48 +0800 Subject: [PATCH] [funasr-runtime-deploy 0.0.4] streamline the process, and add command line parameters. (#697) --- egs/aishell/rnnt/run.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/egs/aishell/rnnt/run.sh b/egs/aishell/rnnt/run.sh index 893a197..9facc8b 100755 --- a/egs/aishell/rnnt/run.sh +++ b/egs/aishell/rnnt/run.sh @@ -4,7 +4,7 @@ # machines configuration CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" -gpu_num=2 +gpu_num=8 count=1 gpu_inference=true # Whether to perform gpu decoding, set false for cpu decoding # for gpu decoding, inference_nj=ngpu*njob; for cpu decoding, inference_nj=njob -- Gitblit v1.9.1