flash-attention/training/configs/trainer/default.yaml

8 lines
142 B
YAML
Raw Normal View History

2022-11-29 09:31:19 +08:00
_target_: pytorch_lightning.Trainer
# set `gpu` to train on GPU, null to train on CPU only
accelerator: null
min_epochs: 1
max_epochs: 1000