-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
37 lines (37 loc) · 892 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"zero_config": {
"offload_optimizer": {
"device": "nvme",
"nvme_path": "/share/data12",
"buffer_count": 8,
"pipeline_read": false,
"pipeline_write": false,
"pin_memory": true
},
"offload_param": {
"device": "nvme",
"nvme_path": "/share/data12",
"pin_memory": true,
"buffer_count": 6,
"buffer_size": 1.2e9,
"max_in_cpu": 1e8
},
"offload_act": {
"device": "nvme",
"nvme_path": "/share/data12",
"pin_memory": true,
"buffer_count": 4,
"buffer_size": 1.2e9,
"max_in_cpu": 1e8
}
},
"aio_config": {
"block_size": 1048576,
"queue_depth": 32,
"single_submit": false,
"pipeline_read": true,
"pipeline_write": true,
"overlap_events": true,
"thread_count": 2
}
}