menu
flutter_whisper_ggml package
documentation
flutter_whisper.dart
WhisperModelConfig
WhisperModelConfig.new const constructor
WhisperModelConfig.new const constructor
dark_mode
light_mode
WhisperModelConfig
constructor
const
WhisperModelConfig
(
{
bool
useGpu
=
true
,
bool
flashAttention
=
true
,
int
gpuDevice
=
0
,
})
Implementation
const WhisperModelConfig({ this.useGpu = true, this.flashAttention = true, this.gpuDevice = 0, });
flutter_whisper_ggml package
documentation
flutter_whisper
WhisperModelConfig
WhisperModelConfig.new const constructor
WhisperModelConfig class