Copying from a non-meta parameter ... is a no-op
#11
by
bevangelista
- opened
I'm seeing many of the warnings below while loading the model using the COIR verification script, are the weights being correctly loaded? It's saying it's a no-op for some layers?
UserWarning: for layers.25.self_attn.q_proj.weight: copying from a non-meta parameter in the checkpoint to a meta parameter in the current model, which is a no-op. (Did you mean to pass assign=True
to assign items in the state dictionary to their corresponding key in the module instead of copying them in place?)