from transformers.models.qwen2.configuration_qwen2 import Qwen2Config class LlavaQwenConfig(Qwen2Config): model_type = "llava_qwen"