Skip to content

Commit 857d740

Browse files
committed
chagned some texts as needded
1 parent ccf125c commit 857d740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/TabTraining.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:label="deterministic.description"
77
:saveKey="deterministic.name"
88
/>
9-
<h2 class="training">Distributed Training (NCCL backend)</h2>
9+
<h2 class="training">Distributed Training</h2>
1010
<FormCheckbox label="Use distributed training" saveKey="use_dist" />
1111
<div v-show="store.config.use_dist">
1212
<h2>Choose a Backend</h2>

src/metadata/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"name": "backend",
4747
"description":"Choose a Backend",
4848
"options":[
49-
"NCCL Backend",
49+
"NCCL",
5050
"XLA-TPU"
5151
]
5252
}

0 commit comments

Comments
 (0)