You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now LLMs (in robin/model/language_model/) inherit from LlavaMetaForCausalLM (robin/model/llava_arch.py)
move llava_arch to LM folder
clean children classes (move as much as possible to parent)
Remove all calls to children in other files (eg train.py, train()), replace with single call to parent and parent instantiates the proper child (see multimodal_encoder/builder.py for example
No description provided.
The text was updated successfully, but these errors were encountered: