Skip to content

Commit 77c8f6c

Browse files
Corrected typo in readme (#8320)
1 parent 226b9de commit 77c8f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For example for `run_glue`:
6868

6969
```bash
7070
python examples/xla_spawn.py --num_cores 8 \
71-
examples/text-classification/run_glue.py
71+
examples/text-classification/run_glue.py \
7272
--model_name_or_path bert-base-cased \
7373
--task_name mnli \
7474
--data_dir ./data/glue_data/MNLI \

0 commit comments

Comments
 (0)