aadnk commited on
Commit
a34af3d
1 Parent(s): a14ac5a

Update README

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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.