nemo_automodel.components.speculative.eagle#

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.

Submodules#

Package Contents#

Data#

API#

nemo_automodel.components.speculative.eagle.__all__#

[‘EagleTrainerModule’, ‘Eagle3TrainerModule’, ‘HFEagleTargetModel’, ‘HFEagle3TargetModel’, ‘LlamaEag…