TinyLLaVA_Factory icon indicating copy to clipboard operation
TinyLLaVA_Factory copied to clipboard

mof_mlp error

Open Daming-W opened this issue 1 year ago • 2 comments

image hi team, I am trying to reproduce mof(clip-vit+dinov2-vit) and Vicuna-7b. And i am facing the error shown in the image. And here is the training settings. image

Daming-W avatar Jul 04 '24 07:07 Daming-W

There is a bug in our codebase. Please change @register_connector('mof_mlp') to @register_connector('mof') of the codebase, and then change CN_VERSION=mof_mlp to CN_VERSION=mof in your script.

jiajunlong avatar Jul 04 '24 08:07 jiajunlong

image hi team, I am trying to reproduce mof(clip-vit+dinov2-vit) and Vicuna-7b. And i am facing the error shown in the image. And here is the training settings. image

Could you please tell me if you have run the MOF configured model successfully?

fjwang3 avatar Sep 22 '25 02:09 fjwang3