from transformers import MistralConfig class LlavaMistralConfig(MistralConfig): model_type = "llava_mistral"