From 3502c202f998dc2d0eee4257c219342cc794f46a Mon Sep 17 00:00:00 2001 From: bhuang Date: Fri, 4 Nov 2022 13:56:54 +0100 Subject: [PATCH] Update README.md (#20063) --- examples/pytorch/speech-recognition/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/pytorch/speech-recognition/README.md b/examples/pytorch/speech-recognition/README.md index 4a7bddddb2..eabc3c2bb9 100644 --- a/examples/pytorch/speech-recognition/README.md +++ b/examples/pytorch/speech-recognition/README.md @@ -341,7 +341,6 @@ The following command shows how to fine-tune [XLSR-Wav2Vec2](https://huggingface ```bash python run_speech_recognition_seq2seq.py \ - --nproc_per_node 8 run_speech_recognition_seq2seq.py \ --dataset_name="librispeech_asr" \ --model_name_or_path="./" \ --dataset_config_name="clean" \