We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067372c commit a5df0d5Copy full SHA for a5df0d5
README.md
@@ -33,4 +33,7 @@ docker run -it -p 10300:10300 -v /path/to/local/data:/data rhasspy/wyoming-whisp
33
--model tiny-int8 --language en
34
```
35
36
+**NOTE**: Models are downloaded temporarily to the `HF_HUB_CACHE` directory, which defaults to `~/.cache/huggingface/hub`.
37
+You may need to adjust this environment variable when using a read-only root filesystem (e.g., `HF_HUB_CACHE=/tmp`).
38
+
39
[Source](https://github.com/rhasspy/wyoming-addons/tree/master/whisper)
0 commit comments