mirror of
https://github.com/deepseek-ai/DeepSeek-Coder
synced 2025-06-26 18:25:53 +00:00
Update ds_config_zero3.json
delete an unnecessary parameter from the configuration file
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
"params": {
|
||||
"total_num_steps": "auto",
|
||||
"warmup_num_steps": "auto",
|
||||
"warmup_type": "linear",
|
||||
"warmup_min_ratio": 0.1
|
||||
"warmup_type": "linear"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -49,4 +48,4 @@
|
||||
"train_batch_size": "auto",
|
||||
"train_micro_batch_size_per_gpu": "auto",
|
||||
"wall_clock_breakdown": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user