File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
nemo/collections/asr/models Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1414
1515import os
1616import uuid
17- from re import I
1817import warnings
1918from collections .abc import Mapping , Sequence
2019from dataclasses import dataclass , field
4342from nemo .collections .asr .parts .submodules .multitask_decoding import MultiTaskDecoding , MultiTaskDecodingConfig
4443from nemo .collections .asr .parts .submodules .token_classifier import TokenClassifier
4544from nemo .collections .asr .parts .utils .chunking_utils import (
46- merge_all_hypotheses ,
4745 merge_chunked_hypotheses ,
4846)
4947from nemo .collections .asr .parts .utils .rnnt_utils import Hypothesis
@@ -577,10 +575,6 @@ def transcribe(
577575 trcfg = override_config
578576 trcfg .timestamps = timestamps
579577
580- ###
581- ### Remove this after testing
582- ##
583- #trcfg.prompt=[{'role': 'user', 'slots': {'timestamp': 'yes'}}]
584578 return super ().transcribe (audio = audio , override_config = trcfg )
585579
586580
You can’t perform that action at this time.
0 commit comments