-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmultiplex.json
More file actions
43 lines (43 loc) · 1.03 KB
/
multiplex.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
38
39
40
41
42
43
{
"presets": {
},
"validations": {
"generic_string" : {
"description" : "all types of strings",
"args" : [
"sdg-model",
"train-model-path",
"profile-name",
"train-phased-phase1-data",
"train-phased-phase2-data",
"train-phased-mt-bench-judge"
],
"vals" : ".+"
},
"integer_ge_zero" : {
"description" : "a whole number >= 0",
"args" : [
"sdg-num-cpus",
"sdg-gpus",
"sdg-batch-size",
"train-phased-phase1-num-epochs",
"train-phased-phase2-num-epochs",
"train-phased-phase1-samples-per-save",
"train-phased-phase2-samples-per-save",
"train-phased-phase1-trim-data-samples",
"train-phased-phase2-trim-data-samples"
],
"vals" : "[0-9]+"
},
"workflows" : {
"description" : "what type of work to do",
"args" : [ "workflow" ],
"vals" : "train|sdg"
},
"gpu_vendor": {
"description": "A set of supported GPU vendors",
"args": [ "profile-vendor" ],
"vals": "amd|nvidia"
}
}
}