> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/automodel/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/automodel/_mcp/server.

# nemo_automodel.components.models.gemma4_drafter

Gemma4 drafter (assistant) NeMo Automodel support.

Adds a thin NeMo wrapper around the HuggingFace `Gemma4AssistantForCausalLM`
plus a `Gemma4WithDrafter` composite for joint base + drafter fine-tuning.

## Submodules

* **[`nemo_automodel.components.models.gemma4_drafter.composite`](/nemo-automodel/nemo_automodel/components/models/gemma4_drafter/composite)**
* **[`nemo_automodel.components.models.gemma4_drafter.model`](/nemo-automodel/nemo_automodel/components/models/gemma4_drafter/model)**

## Package Contents

### Data

[`ModelClass`](#nemo_automodel-components-models-gemma4_drafter-ModelClass)

[`__all__`](#nemo_automodel-components-models-gemma4_drafter-__all__)

### API

```python
nemo_automodel.components.models.gemma4_drafter.ModelClass = Gemma4DrafterForCausalLM
```

```python
nemo_automodel.components.models.gemma4_drafter.__all__ = ['Gemma4DrafterForCausalLM', 'Gemma4JointOutput', 'Gemma4WithDrafter']
```