nixos/faster-whisper: set model download path (#307664)
Fix inspired from this issue: https://github.com/rhasspy/wyoming-faster-whisper/issues/27
This commit is contained in:
parent
493add30aa
commit
c7b71168ce
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ in
|
|||
wantedBy = [
|
||||
"multi-user.target"
|
||||
];
|
||||
# https://github.com/rhasspy/wyoming-faster-whisper/issues/27
|
||||
environment."HF_HUB_CACHE" = "/tmp";
|
||||
serviceConfig = {
|
||||
DynamicUser = true;
|
||||
User = "wyoming-faster-whisper";
|
||||
|
|
Loading…
Reference in a new issue