Skip to content

Commit

Permalink
set sequence_len for model in test
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Jan 1, 2024
1 parent 5c2129a commit 3e7b5ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/test_trainer_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def fixture_cfg():
"warmup_steps": 10,
"gradient_checkpointing": False,
"optimizer": "adamw_torch",
"sequence_len": 2048,
"rl": True,
"adam_beta1": 0.998,
"adam_beta2": 0.9,
Expand Down

0 comments on commit 3e7b5ba

Please sign in to comment.