Commit ·
e29dd8b
1
Parent(s): 74e6efc
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,18 +27,9 @@ 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-small
|
| 32 |
-
```
|
| 33 |
-
or
|
| 34 |
```
|
| 35 |
git clone https://huggingface.co/bjelkenhed/whisper-medium
|
| 36 |
```
|
| 37 |
-
or
|
| 38 |
-
```
|
| 39 |
-
git clone https://huggingface.co/bjelkenhed/whisper-large
|
| 40 |
-
```
|
| 41 |
-
|
| 42 |
|
| 43 |
----------------------------------------------------------------
|
| 44 |
Install requirements and python libraries
|
|
|
|
| 27 |
Clone Whisper small or medium modelproject for run scripts
|
| 28 |
----------------------------------------------------------------
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
```
|
| 31 |
git clone https://huggingface.co/bjelkenhed/whisper-medium
|
| 32 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
----------------------------------------------------------------
|
| 35 |
Install requirements and python libraries
|