Skip to content

Commit

Permalink
😟
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-ruiz7 committed May 31, 2024
1 parent d80c735 commit 0aec206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/data/finetuning/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def _download_remote_hf_dataset(remote_path: str, split: str) -> str:
if extension == SUPPORTED_EXTENSIONS[-1]:
raise DatasetMissingFileError(
file_name=f'name/{split}',
supported_extensions=SUPPORTED_EXTENSIONS
supported_extensions=SUPPORTED_EXTENSIONS,
) from e
else:
log.debug(
Expand Down

0 comments on commit 0aec206

Please sign in to comment.