Skip to content

Feature Request: Adding ability to specify compute_type in transcriber section  #8

@PsychoThinker

Description

@PsychoThinker

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions