From 4413d1eb47fa400277c8a9625aa0bd5c424a2fab Mon Sep 17 00:00:00 2001 From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com> Date: 星期四, 06 七月 2023 10:13:32 +0800 Subject: [PATCH] Python ws client slow problem for multiple files in offline mode (#716) --- 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