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
Update on "[llava] Use huggingface LLaVA instead of depending on third-party/LLaVa"
Currently we depend on third-party/LLaVA for llava model definition.
This is hard to use because we have to pull LLaVA in as a git submodule
and install from there. It also breaks a lot of dependency assumptions.
This PR removes `third-party/LLaVA`, in favor of huggingface llava model
definition.
Differential Revision: [D61200610](https://our.internmc.facebook.com/intern/diff/D61200610)
[ghstack-poisoned]
0 commit comments