You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Point gemma4_12b{,_it} cards at hg://google/gemma-4-12B{,-it} instead of
the internal /checkpoint/smallomnillm path so the OSS cards don't leak
cluster-only paths.
- Type Gemma4AudioConfig.audio_mode as Literal["conformer", "linear"] —
the only two supported pipelines — for static checking.
- Drop defensive getattr(config.audio_config, "audio_mode", ...) calls in
Gemma4Factory; audio_mode is a proper dataclass field with a default,
no BC story to preserve.
0 commit comments