File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 FullyParallelLoadStrategyWrapper ,
4141 FullyParallelSaveStrategyWrapper ,
4242)
43+ from megatron .core .fp8_utils import is_float8tensor
4344from megatron .core .num_microbatches_calculator import update_num_microbatches
4445from megatron .core .rerun_state_machine import get_rerun_state_machine
45- from megatron .core .utils import is_float8tensor
4646
4747from nemo .tron import fault_tolerance
4848from nemo .tron .config import ConfigContainer
Original file line number Diff line number Diff line change 2020 TorchFullyShardedDataParallel ,
2121)
2222from megatron .core .enums import ModelType
23+ from megatron .core .fp8_utils import is_float8tensor
2324from megatron .core .transformer .module import Float16Module
24- from megatron .core .utils import is_float8tensor
2525
2626from nemo .collections .llm .gpt .model .base import GPTConfig
2727from nemo .collections .llm .t5 .model .t5 import T5Config
You can’t perform that action at this time.
0 commit comments