File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
<h2 class =" training" >Distributed Training</h2 >
10
10
<FormCheckbox label =" Use distributed training" saveKey =" use_dist" />
11
11
<div v-show =" store.config.use_dist" >
12
- <h2 >Choose a Backend</h2 >
13
12
<FormSelect
14
13
required
15
14
:saveKey =" backend.name"
16
15
:label =" backend.description"
17
16
:options =" backend.options"
17
+ :defaultV =" backend.default"
18
18
/>
19
19
<FormRadio :options =" [launch, spawn]" saveKey =" dist" defaultV =" launch" />
20
20
<FormInput
Original file line number Diff line number Diff line change 44
44
},
45
45
"backend" : {
46
46
"name" : " backend" ,
47
- "description" : " Choose a Backend" ,
48
- "options" : [" NCCL" , " Gloo" ]
47
+ "type" : " array" ,
48
+ "description" : " Choose a backend" ,
49
+ "options" : [" Nccl" , " Gloo" ],
50
+ "default" : " Nccl"
49
51
}
50
52
},
51
53
"handlers" : {
You can’t perform that action at this time.
0 commit comments