PKU-YuanGroup / MoE-LLaVA

Mixture-of-Experts for Large Vision-Language Models
https://arxiv.org/abs/2401.15947
Apache License 2.0
1.9k stars 121 forks source link

[Question]Can't find the "mm_projecotr.bin" in the model_path #61

Closed sdlyzhq closed 5 months ago

sdlyzhq commented 5 months ago

Describe the issue

Issue:Can't find the "mm_projecotr.bin" in the model_path

Environment:

GPU: 8×A100-40G 
Deepspeed version:
Torch version:
Transformers version:
Tokenizers version:

Command:

File"MoE-LLaVA/moellava/model/builder.py", line 314, in load_pretrained_model
    mm_projector_weights = torch.load(os.path.join(model_path, 'mm_projector.bin'), map_location='cpu')

Log:


FileNotFoundError: [Errno 2] No such file or directory: '/LanguageBind_MoE-LLaVA-Phi2-2.7B-4e-384/mm_projector.bin'