Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Missing Parameters When Loading MuMu_LLaMA Model Checkpoint #25

Open
keke-nice opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@keke-nice
Copy link

Hello,
Thank you for your great work! I encountered the following error when running gradio_app.py:

RuntimeError: Error(s) in loading state_dict for MuMu_LLaMA:
    Missing key(s) in state_dict: "mu_mert_rnn.weight_ih_l0", "mu_mert_rnn.weight_hh_l0", "mu_mert_rnn.bias_ih_l0", "mu_mert_rnn.bias_hh_l0", "mu_mert_attention.weight", "mu_mert_attention.bias", "iu_vivit_rnn.weight_ih_l0", "iu_vivit_rnn.weight_hh_l0", "iu_vivit_rnn.bias_ih_l0", "iu_vivit_rnn.bias_hh_l0", "iu_vivit_attention.weight", "iu_vivit_attention.bias".

The missing parameters, such as those related to mu_mert_rnn and iu_vivit_rnn, seem to be part of some specific layers in the model.
I would appreciate your help in resolving this. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant