Skip to content

Commit

Permalink
Merge branch 'main' into final-register-only
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea authored Sep 11, 2024
2 parents 44d41da + 6849eaa commit 2f0db9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/data/finetuning/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def dataset_mapper(example: dict):
raise MisconfiguredHfDatasetError(
dataset_name=dataset_name,
split=split,
)
) from error
if error is not None:
log.error('Error during data prep')
raise error
Expand Down

0 comments on commit 2f0db9c

Please sign in to comment.