nemo_automodel.components.speculative.eagle

View as Markdown

EAGLE-3 training components.

Only the EAGLE-3-native model and trainer classes live here. Generic helpers were moved to the project’s canonical locations:

  • masked_soft_cross_entropy -> nemo_automodel.components.loss.soft_ce
  • build_eagle3_dataloader / build_eagle3_token_mapping -> nemo_automodel.components.datasets.llm.eagle3

Import them directly from those modules.

Subpackages

Submodules

Package Contents

Data

__all__

API

nemo_automodel.components.speculative.eagle.__all__ = ['EagleTrainerModule', 'Eagle3TrainerModule', 'PEagleTrainerModule', 'Eagle3Targ...