Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
fix CI
  • Loading branch information
D-Keqi authored Apr 7, 2022
1 parent e6da9ba commit acd3e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espnet2/bin/st_inference_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
ContextualBlockConformerEncoder, # noqa: H301
)
from espnet2.fileio.datadir_writer import DatadirWriter
from espnet2.tasks.st import STTask
from espnet2.tasks.lm import LMTask
from espnet2.tasks.st import STTask
from espnet2.text.build_tokenizer import build_tokenizer
from espnet2.text.token_id_converter import TokenIDConverter
from espnet2.torch_utils.device_funcs import to_device
Expand Down

0 comments on commit acd3e0a

Please sign in to comment.