mirror of
https://github.com/deepseek-ai/DeepSeek-Coder.git
synced 2025-05-03 00:49:22 -04:00
Merge d26a44f9e1
into b7ba565956
This commit is contained in:
commit
144924bf6d
@ -13,11 +13,11 @@
|
||||
},
|
||||
|
||||
"scheduler": {
|
||||
"type": "WarmupLR",
|
||||
"type": "WarmupCosineLR",
|
||||
"params": {
|
||||
"warmup_min_lr": "auto",
|
||||
"warmup_max_lr": "auto",
|
||||
"warmup_num_steps": "auto"
|
||||
"total_num_steps": "auto",
|
||||
"warmup_num_steps": "auto",
|
||||
"warmup_type": "linear"
|
||||
}
|
||||
},
|
||||
|
||||
@ -48,4 +48,4 @@
|
||||
"train_batch_size": "auto",
|
||||
"train_micro_batch_size_per_gpu": "auto",
|
||||
"wall_clock_breakdown": false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user