From 29904a967b0bc10b3dc9f47b117425e7f532bbfe Mon Sep 17 00:00:00 2001 From: Qiushi Pan <17402261+qqhann@users.noreply.github.com> Date: Mon, 22 Mar 2021 20:58:59 +0900 Subject: [PATCH] Update FINE_TUNE_XLSR_WAV2VEC2.md (#10849) Fix typo. --- .../research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md b/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md index 18847b8718..66a0f9ebf6 100644 --- a/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md +++ b/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md @@ -145,14 +145,14 @@ $ git clone https://github.com/huggingface/transformers.git Second, head over to the `examples/research_projects/wav2vec2` directory, where the `run_common_voice.py` script is located. ``` -$ cd transformers/examplesh/research_projects/wav2vec2 +$ cd transformers/examples/research_projects/wav2vec2 ``` Third, install the required packages. The packages are listed in the `requirements.txt` file and can be installed with ``` -$ pip install -r requirements.txt`. +$ pip install -r requirements.txt ``` **Note**: Installing the latest version of `torchaudio` will also upgrade `torch` to it's latest stable version. If you are using specific version of `torch` then make sure