struct

Whisper::ModelInfo

Inherits Struct < Value < Object

Snapshot of model dimension queries.

Bundles all model introspection values into a single struct for convenient access without repeated FFI calls.

Constructors

new(n_vocab : Int32, n_audio_ctx : Int32, n_audio_state : Int32, n_audio_head : Int32, n_audio_layer : Int32, n_text_ctx : Int32, n_text_state : Int32, n_text_head : Int32, n_text_layer : Int32, n_mels : Int32, ftype : Int32, type : Int32)
Source

Instance methods

ftype
Source
n_audio_ctx
Source
n_audio_head
Source
n_audio_layer
Source
n_audio_state
Source
n_mels
Source
n_text_ctx
Source
n_text_head
Source
n_text_layer
Source
n_text_state
Source
n_vocab
Source
type
Source