temp testing

This commit is contained in:
mjallen18
2025-08-23 14:34:45 -05:00
parent a233606e8d
commit c680392513
7 changed files with 238 additions and 139 deletions

View File

@@ -16,7 +16,7 @@ in
faster-whisper.servers.hass-whisper = {
enable = true;
useTransformers = false;
device = "cuda";
device = lib.mkForce "cuda";
language = "en";
model = "distil-large-v3";
uri = "tcp://0.0.0.0:10300";