Spaces:
Sleeping
Sleeping
Update README
Browse files
README.md
CHANGED
@@ -40,4 +40,10 @@ sudo docker run -d --gpus=all -p 7860:7860 whisper-webui:1
|
|
40 |
Leave out "--gpus=all" if you don't have access to a GPU with enough memory, and are fine with running it on the CPU only:
|
41 |
```
|
42 |
sudo docker run -d -p 7860:7860 whisper-webui:1
|
43 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
Leave out "--gpus=all" if you don't have access to a GPU with enough memory, and are fine with running it on the CPU only:
|
41 |
```
|
42 |
sudo docker run -d -p 7860:7860 whisper-webui:1
|
43 |
+
```
|
44 |
+
|
45 |
+
## Caching
|
46 |
+
|
47 |
+
Note that the models themselves are currently not included in the Docker images, and will be downloaded on the demand.
|
48 |
+
To avoid this, bind the directory /root/.cache/whisper to some directory on the host, where you can (optionally)
|
49 |
+
prepopulate the directory with the different Whisper models.
|