Skip to content

Commit

Permalink
chagned some texts as needded
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantan1410 committed Jan 22, 2022
1 parent ccf125c commit 857d740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/TabTraining.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:label="deterministic.description"
:saveKey="deterministic.name"
/>
<h2 class="training">Distributed Training (NCCL backend)</h2>
<h2 class="training">Distributed Training</h2>
<FormCheckbox label="Use distributed training" saveKey="use_dist" />
<div v-show="store.config.use_dist">
<h2>Choose a Backend</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/metadata/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"name": "backend",
"description":"Choose a Backend",
"options":[
"NCCL Backend",
"NCCL",
"XLA-TPU"
]
}
Expand Down

0 comments on commit 857d740

Please sign in to comment.