Skip to content

Commit a41ec12

Browse files
authored
Unify config comments
Signed-off-by: Vladimir Bataev <[email protected]>
1 parent 6f4223d commit a41ec12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/asr/conf/asr_streaming_inference/buffered_rnnt.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ asr:
1515
use_cuda_graph_decoder: true
1616
max_symbols: 10
1717
# n-gram LM
18-
ngram_lm_model: null
19-
ngram_lm_alpha: 0.0
18+
ngram_lm_model: null # The path to built '.nemo' NGPU-LM model
19+
ngram_lm_alpha: 0.0 # Weight of the LM model
2020
# phrase boosting
2121
boosting_tree:
2222
model_path: null # The path to built '.nemo' boosting tree model

0 commit comments

Comments
 (0)