Labmem009
Labmem009
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...
Is this model the same structure as [LLaVA-1.6-Mistral-7B](https://huggingface.co/liuhaotian/llava-v1.6-mistral-7b) so I can use the same finetune code? But their config is totally different. Looking foe help, thanks a lot!
When I use the demo of BGE-VL, without any change: `import torch from transformers import AutoModel from PIL import Image MODEL_NAME= "./BGE-VL-MLLM-S2" model = AutoModel.from_pretrained(MODEL_NAME, trust_remote_code=True) model.eval() model.cuda() with torch.no_grad():...