Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

ds_config.json 426 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  1. {
  2. "zero_optimization": {
  3. "stage": 2,
  4. "cpu_offload": false,
  5. "contiguous_gradients": true,
  6. "overlap_comm": true,
  7. "allgather_bucket_size": 5e8,
  8. "reduce_bucket_size": 5e8
  9. },
  10. "fp16": {
  11. "enabled": true,
  12. "loss_scale": 0.0,
  13. "initial_scale_power": 32,
  14. "loss_scale_window": 1000,
  15. "hysteresis": 2,
  16. "min_loss_scale": 1000
  17. }
  18. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...