Update pretrain.py

This commit is contained in:
Yifan Yang 2024-08-22 18:32:33 +08:00 committed by GitHub
parent 6357d420b7
commit ad61d72dfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -482,7 +482,7 @@ def get_parser():
parser.add_argument(
"--warmup-batches",
type=float,
default=5000,
default=1000,
help="Eden warmup steps",
)