sanchit-gandhi HF staff commited on
Commit
924fdec
1 Parent(s): 88f844e

Correct scripts

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -7,7 +7,11 @@ datasets:
7
  - esb/datasets
8
  - LIUM/tedlium
9
  ---
10
- To reproduce this run, execute:
 
 
 
 
11
  ```python
12
  #!/usr/bin/env bash
13
  CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
7
  - esb/datasets
8
  - LIUM/tedlium
9
  ---
10
+ To reproduce this run, first install Whisper from the Transformers compatible repo [patrickvonplaten/whisper](https://github.com/patrickvonplaten/whisper):
11
+ ```
12
+ pip install git+https://github.com/openai/whisper.git
13
+ ```
14
+ Then execute the command:
15
  ```python
16
  #!/usr/bin/env bash
17
  CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \