From 3db2e8f92bd768053d0e4303914772a50a6f48ff Mon Sep 17 00:00:00 2001 From: Yongrae Jo Date: Wed, 23 Feb 2022 03:51:07 +0900 Subject: [PATCH] Fix typo on examples/pytorch/question-answering (#15644) cna -> can --- examples/pytorch/question-answering/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pytorch/question-answering/README.md b/examples/pytorch/question-answering/README.md index 86c316d63c..e5d42a1117 100644 --- a/examples/pytorch/question-answering/README.md +++ b/examples/pytorch/question-answering/README.md @@ -162,7 +162,7 @@ and reply to the questions asked. Then 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 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 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. \ No newline at end of file +Note that this library is in alpha release so your feedback is more than welcome if you encounter any problem using it.