bjelkenhed commited on
Commit
74e6efc
·
1 Parent(s): 41ebdc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -46,8 +46,10 @@ git clone https://huggingface.co/bjelkenhed/whisper-large
46
 
47
  ```
48
  sudo apt-get install git-lfs
 
49
 
50
- pip install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu117
 
51
 
52
  pip install -r whisper-medium/requirements.txt
53
 
 
46
 
47
  ```
48
  sudo apt-get install git-lfs
49
+ ```
50
 
51
+ ```
52
+ pip install --pre --force-reinstall torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu117
53
 
54
  pip install -r whisper-medium/requirements.txt
55