Skip to content

Commit 8654eaa

Browse files
committed
right imports
Signed-off-by: Ananth Subramaniam <[email protected]>
1 parent 9daddf7 commit 8654eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_lm/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
TorchFullyShardedDataParallel,
2121
)
2222
from megatron.core.enums import ModelType
23-
from megatron.core.fp8_utils import is_float8tensor
23+
from megatron.core.fp8_utils import correct_amax_history_if_needed
2424
from megatron.core.transformer.module import Float16Module, MegatronModule
2525

2626
from nemo_lm.models.gpt import GPTConfig

0 commit comments

Comments
 (0)