Fix typo on examples/pytorch/question-answering (#15644)

cna -> can
This commit is contained in:
Yongrae Jo
2022-02-23 03:51:07 +09:00
committed by GitHub
parent 2cdb6dbee5
commit 3db2e8f92b

View File

@@ -162,7 +162,7 @@ and reply to the questions asked. Then
accelerate test accelerate test
``` ```
that will check everything is ready for training. Finally, you cna launch training with that will check everything is ready for training. Finally, you can launch training with
```bash ```bash
accelerate launch run_qa_no_trainer.py \ accelerate launch run_qa_no_trainer.py \