Skip to content

Commit

Permalink
Update README.md to use variables (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
milocress authored Jun 14, 2024
1 parent 630fc68 commit 9b9fc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ python data_prep/convert_dataset_hf.py \
# Train an MPT-125m model for 10 batches
composer train/train.py \
train/yamls/pretrain/mpt-125m.yaml \
data_local=my-copy-c4 \
variables.data_local=my-copy-c4 \
train_loader.dataset.split=train_small \
eval_loader.dataset.split=val_small \
max_duration=10ba \
Expand Down

0 comments on commit 9b9fc24

Please sign in to comment.