Skip to content

Commit

Permalink
nixos/faster-whisper: set model download path (#307664)
Browse files Browse the repository at this point in the history
Fix inspired from this issue: rhasspy/wyoming-faster-whisper#27
  • Loading branch information
ibizaman committed Apr 29, 2024
1 parent 493add3 commit c7b7116
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c7b7116

Please sign in to comment.