From f594090a936a06524d2df77c0eb65a42bf694d6b Mon Sep 17 00:00:00 2001 From: Vipul Raheja Date: Thu, 6 May 2021 00:02:54 -0700 Subject: [PATCH] fix typo in command (#11605) --- examples/pytorch/translation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/translation/README.md b/examples/pytorch/translation/README.md index d5f47caea8..034e83fd13 100644 --- a/examples/pytorch/translation/README.md +++ b/examples/pytorch/translation/README.md @@ -167,7 +167,7 @@ pip install accelerate then ```bash -python run_tranlation_no_trainer.py \ +python run_translation_no_trainer.py \ --model_name_or_path Helsinki-NLP/opus-mt-en-ro \ --source_lang en \ --target_lang ro \