WhisperModelConfig constructor

const WhisperModelConfig({
  1. bool useGpu = true,
  2. bool flashAttention = true,
  3. int gpuDevice = 0,
})

Implementation

const WhisperModelConfig({
  this.useGpu = true,
  this.flashAttention = true,
  this.gpuDevice = 0,
});