Commit
·
1fcb45b
1
Parent(s):
79b8cb1
Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,10 @@ and create a new instance with a A100 GPU without disk storage
|
|
27 |
Clone Whisper small or medium modelproject for run scripts
|
28 |
----------------------------------------------------------------
|
29 |
|
|
|
|
|
|
|
|
|
30 |
```
|
31 |
git clone https://huggingface.co/bjelkenhed/whisper-train-ts
|
32 |
```
|
|
|
27 |
Clone Whisper small or medium modelproject for run scripts
|
28 |
----------------------------------------------------------------
|
29 |
|
30 |
+
```
|
31 |
+
pip install git+https://github.com/huggingface/transformers
|
32 |
+
```
|
33 |
+
|
34 |
```
|
35 |
git clone https://huggingface.co/bjelkenhed/whisper-train-ts
|
36 |
```
|