Skip to content

Commit

Permalink
Merge pull request #5 from eltociear/patch-2
Browse files Browse the repository at this point in the history
Fix typo in data.py
  • Loading branch information
howardhsu authored Oct 4, 2023
2 parents a1a17d6 + 3a82a98 commit 948d995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def get_dataset_fn(data_path, dataset_type):
return get_wds_dataset
else:
raise ValueError(
f"Tried to figure out dataset type, but failed for extention {ext}.")
f"Tried to figure out dataset type, but failed for extension {ext}.")
else:
raise ValueError(f"Unsupported dataset type: {dataset_type}")

Expand Down

0 comments on commit 948d995

Please sign in to comment.