Unverified Commit 3db2e8f9 authored by Yongrae Jo's avatar Yongrae Jo Committed by GitHub
Browse files

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

cna -> can
parent 2cdb6dbe
...@@ -162,7 +162,7 @@ and reply to the questions asked. Then ...@@ -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: ...@@ -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.
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment