Skip to content

Commit a5df0d5

Browse files
committed
Add note to README
1 parent 067372c commit a5df0d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ docker run -it -p 10300:10300 -v /path/to/local/data:/data rhasspy/wyoming-whisp
3333
--model tiny-int8 --language en
3434
```
3535

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+
3639
[Source](https://github.com/rhasspy/wyoming-addons/tree/master/whisper)

0 commit comments

Comments
 (0)