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 \
@@ -180,4 +180,4 @@ This command is the same and will work for:
- a distributed training with several GPUs (single or multi node) - a distributed training with several GPUs (single or multi node)
- a training on TPUs - a training on TPUs
Note that this library is in alpha release so your feedback is more than welcome if you encounter any problem using it. Note that this library is in alpha release so your feedback is more than welcome if you encounter any problem using it.