Skip to content

Commit 2017f5f

Browse files
committed
fix
Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com>
1 parent eaf6b47 commit 2017f5f

File tree

1 file changed

+1
-1
lines changed
  • nemo_automodel/components/models/kimi_k25_vl

1 file changed

+1
-1
lines changed

nemo_automodel/components/models/kimi_k25_vl/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
import torch
3030
import torch.nn as nn
3131
import torch.nn.functional as F
32-
3332
from transformers import AutoConfig
3433
from transformers.activations import GELUActivation
3534
from transformers.configuration_utils import PretrainedConfig
3635
from transformers.models.deepseek_v3.configuration_deepseek_v3 import DeepseekV3Config
3736
from transformers.models.llava.modeling_llava import LlavaCausalLMOutputWithPast
37+
3838
from nemo_automodel.components.models.common.hf_checkpointing_mixin import HFCheckpointingMixin
3939

4040
LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)