Update ds_config_zero3.json

delete an unnecessary parameter from the configuration file
This commit is contained in:
richardodliu 2024-03-16 19:27:06 +08:00 committed by GitHub
parent 05e0ba01aa
commit d26a44f9e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,7 @@
"params": { "params": {
"total_num_steps": "auto", "total_num_steps": "auto",
"warmup_num_steps": "auto", "warmup_num_steps": "auto",
"warmup_type": "linear", "warmup_type": "linear"
"warmup_min_ratio": 0.1
} }
}, },