Skip to content

Commit

Permalink
Longer training.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntan committed Jun 25, 2024
1 parent 122aee3 commit 9ebffc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config_tiny_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
tp_linear_async_communication=True,
)

tokens = TokensArgs(sequence_length=SEQLEN, train_steps=10000, micro_batch_size=4, batch_accumulation_per_replica=1)
tokens = TokensArgs(sequence_length=SEQLEN, train_steps=1000000000, micro_batch_size=4, batch_accumulation_per_replica=1)

data_stages = [
DatasetStageArgs(
Expand Down

0 comments on commit 9ebffc7

Please sign in to comment.