Skip to content

Commit 630b8cd

Browse files
fix
Signed-off-by: Pamela <[email protected]>
1 parent b45aee6 commit 630b8cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tensorrt_llm/_torch/models/modeling_qwen2vl.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
import torch
66
import torch.nn as nn
7-
from transformers import (AutoProcessor, AutoTokenizer, PretrainedConfig,
8-
PreTrainedModel, Qwen2_5_VLForConditionalGeneration,
7+
from transformers import (AutoConfig, AutoProcessor, AutoTokenizer,
8+
PretrainedConfig, PreTrainedModel,
9+
Qwen2_5_VLForConditionalGeneration,
910
Qwen2VLForConditionalGeneration)
1011
from transformers.models.qwen2_5_vl.modeling_qwen2_5_vl import \
1112
Qwen2_5_VisionTransformerPretrainedModel

0 commit comments

Comments
 (0)