Skip to content

Commit

Permalink
tested on V100
Browse files Browse the repository at this point in the history
Signed-off-by: Nithin Rao Koluguri <nithinraok>
  • Loading branch information
Nithin Rao Koluguri committed Sep 16, 2024
1 parent ef136be commit e7ae53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/asr/parts/utils/transcribe_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from dataclasses import dataclass
from pathlib import Path
from tempfile import NamedTemporaryFile
from typing import List, Tuple, Union
from typing import List, Tuple, Union, Optional

import torch
from omegaconf import DictConfig
Expand Down

0 comments on commit e7ae53c

Please sign in to comment.