bridge.recipes.nemotronh.h100.nemotron_3_ultra#
Module Contents#
Functions#
Return a pre-training config for Nemotron 3 Ultra. |
|
|
Return a packed OpenMathInstruct-2 full SFT config for Nemotron 3 Ultra. |
|
Return a packed OpenMathInstruct-2 PEFT config for Nemotron 3 Ultra. |
Data#
API#
- bridge.recipes.nemotronh.h100.nemotron_3_ultra.NEMOTRON_3_ULTRA_HF_MODEL_ID#
ānvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16ā
- bridge.recipes.nemotronh.h100.nemotron_3_ultra.NEMOTRON_3_ULTRA_TOKENIZER_NAME#
ānvidiaāNVIDIA-Nemotron-3-Ultra-550B-A55B-BF16ā
- bridge.recipes.nemotronh.h100.nemotron_3_ultra.NEMOTRON_3_ULTRA_PRETRAIN_SEQ_LENGTH#
8192
- bridge.recipes.nemotronh.h100.nemotron_3_ultra.NEMOTRON_3_ULTRA_OPENMATHINSTRUCT2_SEQ_LENGTH#
4096
- bridge.recipes.nemotronh.h100.nemotron_3_ultra.nemotron_3_ultra_pretrain_24gpu_h100_bf16_config() megatron.bridge.training.config.ConfigContainer#
Return a pre-training config for Nemotron 3 Ultra.
- Returns:
Pre-training configuration for Nemotron 3 Ultra.
- bridge.recipes.nemotronh.h100.nemotron_3_ultra.nemotron_3_ultra_sft_192gpu_h100_bf16_openmathinstruct2_packed_config() megatron.bridge.training.config.ConfigContainer#
Return a packed OpenMathInstruct-2 full SFT config for Nemotron 3 Ultra.
- Returns:
Full-parameter SFT configuration for OpenMathInstruct-2.
- bridge.recipes.nemotronh.h100.nemotron_3_ultra.nemotron_3_ultra_peft_32gpu_h100_bf16_openmathinstruct2_packed_config(
- peft_scheme: str | megatron.bridge.peft.base.PEFT | None = 'lora',
Return a packed OpenMathInstruct-2 PEFT config for Nemotron 3 Ultra.
- Parameters:
peft_scheme ā PEFT scheme, PEFT instance, or ānoneā.
- Returns:
PEFT configuration for OpenMathInstruct-2.
- bridge.recipes.nemotronh.h100.nemotron_3_ultra.__all__#
[ānemotron_3_ultra_peft_32gpu_h100_bf16_openmathinstruct2_packed_configā, ānemotron_3_ultra_pretrainā¦