Is your feature request related to a problem? Please describe.
I would like to use the default faster-whisper-large-v3-turbo-ct2 model with my GPU. However, my GPU does not support float16 compute types, so the compute_type would need to be set to float32. Currently, it seems there's no way to adjust this parameter in the configuration.
Describe the solution you'd like
I propose adding a compute_type option to the configuration file under the transcriber section, with a default value (e.g., float16). This would allow users to customize the compute type to match their hardware capabilities, such as switching to float32 when necessary.