Update config.json
#4
by ArthurZ HF Staff - opened
No description provided.
there is nothing to tie
AutoModelForImageTextToText uses Qwen2VLForConditionalGeneration which needs to tie in your case cuz lm head is missing. but self.language_model = Qwen2VLTextModel._from_config(config.text_config) uses Qwen2VLTextModel that does not have anything to tie with at all