Skip to content

Commit

Permalink
fix (#6502)
Browse files Browse the repository at this point in the history
datastore_path_to_webdataset_url(p) if is_datastore_path(p) and is_tarred_path(p) else p
NameError: name 'is_tarred_path' is not defined

Co-authored-by: George <[email protected]>
  • Loading branch information
2 people authored and yaoyu-33 committed May 26, 2023
1 parent 354c9cb commit 00f5e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nemo/collections/asr/data/audio_to_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
datastore_path_to_webdataset_url,
is_datastore_cache_shared,
is_datastore_path,
is_tarred_path,
)
from nemo.utils.get_rank import is_global_rank_zero

Expand Down

0 comments on commit 00f5e9b

Please sign in to comment.