Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
KuuCi committed May 24, 2024
1 parent 87f873b commit 446a12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmfoundry/utils/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ def _parse_source_dataset(cfg: TrainConfig) -> List[Tuple[str, str, str]]:
train_dataset: TrainConfig = cfg.train_loader.get('dataset', {})
train_split = train_dataset.get('split', None)
train_source_path = cfg.source_dataset_train
print(f'---- VERBOSE {train_source_path}')
_process_data_source(
train_source_path,
train_dataset,
Expand Down

0 comments on commit 446a12e

Please sign in to comment.