Skip to content

Commit 0248a88

Browse files
Merge pull request #13537 from khatchad:patch-2
PiperOrigin-RevId: 735426196
2 parents 6b19b30 + 6e2ea32 commit 0248a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: official/nlp/docs/train.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ trains a BERT-base model on GLUE/MNLI-matched which is a sentence prediction
4646
task.
4747

4848
```shell
49-
PARAMS=runtime.distribution_strategy=mirrored # Train no GPU
49+
PARAMS=runtime.distribution_strategy=mirrored # Train on GPU
5050
PARAMS=${PARAMS},task.train_data.input_path=/path-to-your-training-data/
5151

5252
python3 train.py \

0 commit comments

Comments
 (0)