嘉渊
2023-05-18 5c7afb950169448412d26fad556d2506f58ed25d
update repo
1个文件已修改
2 ■■■ 已修改文件
docs/academic_recipe/asr_recipe.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/academic_recipe/asr_recipe.md
@@ -167,4 +167,4 @@
* Decoding by CPU or GPU
We support CPU and GPU decoding. For CPU decoding,
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.