ltg
/

davda54 commited on
Commit
46e6d95
·
verified ·
1 Parent(s): 0aeada7

Delete ds_config.json

Browse files
Files changed (1) hide show
  1. ds_config.json +0 -23
ds_config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "fp16": {
3
-
4
- "enabled": true,
5
-
6
- "initial_scale_power": 12
7
-
8
- },
9
- "zero_optimization": {
10
-
11
- "stage": 2,
12
-
13
- "reduce_bucket_size": 5e7,
14
-
15
- "allgather_bucket_size": 1.25e9,
16
-
17
- "overlap_comm": true,
18
-
19
- "contiguous_gradients": true
20
-
21
- },
22
- "zero_allow_untested_optimizer": true
23
- }