|
Mila
Deep Neural Network Library
|
Deployment configuration for Gemma language models. More...
Classes | |
| struct | Mila::Dnn::GemmaModelConfig |
| Deployment configuration for Gemma language models. More... | |
Namespaces | |
| namespace | Mila |
| Mila main API namespace. | |
Deployment configuration for Gemma language models.
GemmaModelConfig is the concrete configuration type passed to GemmaModel::fromPretrained(). It inherits all universal language model deployment concerns from LanguageModelConfig<GemmaModelConfig>:
Every Gemma architectural parameter (num_layers, head_dim, the global-layer geometry, the sliding window, dual RoPE bases, logit softcap, etc.) is read from checkpoint metadata at load time and is not a deployment concern, so GemmaModelConfig carries no architecture-specific fields beyond the base.