You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sphinx_doc/source/tutorial/trinity_configs.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -475,6 +475,7 @@ trainer:
475
475
use_dynamic_bsz: true
476
476
max_token_len_per_gpu: 16384
477
477
ulysses_sequence_parallel_size: 1
478
+
max_checkpoints_to_keep: 5
478
479
trainer_config: null
479
480
```
480
481
@@ -499,6 +500,7 @@ trainer:
499
500
- `use_dynamic_bsz`: Whether to use dynamic batch size.
500
501
- `max_token_len_per_gpu`: The maximum number of tokens to be processed in forward and backward when updating the policy. Effective when `use_dynamic_bsz=true`.
0 commit comments