VILA
VILA copied to clipboard
Question re. LanguageModel vs LanguageModelForCausalLM functionalies
Hi,
Why did you refactor such that the model is of type 'LanguageModel' and not 'LanguageModelForCausalLM'? and why did you move 'get_vision_tower'/etc from 'LlavaMetaForCausalLM' to 'LlavaMetaModel'?
Best, Orr