Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KuuCi committed May 22, 2024
1 parent d04036d commit 27304c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/utils/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def _process_data_source(
data_paths.append(('local', remote_path, true_split))
# Check for local path
elif 'local' in dataset and dataset['local']:
data_paths.append(('local', remote_path, true_split))
data_paths.append(('local', dataset['local'], true_split))
else:
log.warning('DataSource Not Found.')

Expand Down

0 comments on commit 27304c4

Please sign in to comment.