From 8c24f52fd25fce2df46dc4d9dffb45619dc38f9f Mon Sep 17 00:00:00 2001
From: aky15 <ankeyuthu@gmail.com>
Date: 星期三, 24 五月 2023 23:40:03 +0800
Subject: [PATCH] Dev aky2 (#549)

---
 docs/academic_recipe/asr_recipe.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/academic_recipe/asr_recipe.md b/docs/academic_recipe/asr_recipe.md
index a152a40..128b85c 100644
--- a/docs/academic_recipe/asr_recipe.md
+++ b/docs/academic_recipe/asr_recipe.md
@@ -167,4 +167,4 @@
 
 * Decoding by CPU or GPU
 
-We support CPU and GPU decoding. For CPU decoding, 
\ No newline at end of file
+We support CPU and GPU decoding. For CPU decoding, set `gpu_inference=false` and `njob` to specific the total number of CPU jobs. For GPU decoding, first set `gpu_inference=true`. Then set `gpuid_list` to specific which GPUs for decoding and `njob` to specific the number of decoding jobs on each GPU.
\ No newline at end of file

--
Gitblit v1.9.1