nixos/wyoming/faster-whisper: fix device option description

This commit is contained in:
Martin Weinelt 2023-08-05 00:24:26 +02:00
parent 771ed6de4e
commit 12cb284a44
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -71,7 +71,7 @@ in
];
default = "cpu";
description = mdDoc ''
Id of a speaker in a multi-speaker model.
Determines the platform faster-whisper is run on. CPU works everywhere, CUDA requires a compatible NVIDIA GPU.
'';
};