Skip to content

Commit 385c829

Browse files
clean up
Signed-off-by: Nune <ntadevosyan@nvidia.com>
1 parent 7b2761a commit 385c829

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nemo/collections/asr/models/aed_multitask_models.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import os
1616
import uuid
17-
from re import I
1817
import warnings
1918
from collections.abc import Mapping, Sequence
2019
from dataclasses import dataclass, field
@@ -43,7 +42,6 @@
4342
from nemo.collections.asr.parts.submodules.multitask_decoding import MultiTaskDecoding, MultiTaskDecodingConfig
4443
from nemo.collections.asr.parts.submodules.token_classifier import TokenClassifier
4544
from nemo.collections.asr.parts.utils.chunking_utils import (
46-
merge_all_hypotheses,
4745
merge_chunked_hypotheses,
4846
)
4947
from 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

0 commit comments

Comments
 (0)