Merge pull request #247235 from mweinelt/wyoming-faster-whisper-option-fix

nixos/wyoming/faster-whisper: fix device option description
This commit is contained in:
Martin Weinelt 2023-08-06 22:04:42 +02:00 committed by GitHub
commit af90462b88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
'';
};