We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53f815 commit ccf125cCopy full SHA for ccf125c
src/components/TabTraining.vue
@@ -6,16 +6,16 @@
6
:label="deterministic.description"
7
:saveKey="deterministic.name"
8
/>
9
- <h2>Choose a Backend</h2>
10
- <FormSelect
11
- required
12
- :saveKey="backend.name"
13
- :label="backend.description"
14
- :options="backend.options"
15
- />
16
<h2 class="training">Distributed Training (NCCL backend)</h2>
17
<FormCheckbox label="Use distributed training" saveKey="use_dist" />
18
<div v-show="store.config.use_dist">
+ <h2>Choose a Backend</h2>
+ <FormSelect
+ required
+ :saveKey="backend.name"
+ :label="backend.description"
+ :options="backend.options"
+ />
19
<FormRadio :options="[launch, spawn]" saveKey="dist" defaultV="launch" />
20
<FormInput
21
:label="nproc_per_node.description"
0 commit comments