You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I directly downloaded the model from https://huggingface.co/Qwen/Qwen2-7B-Instruct/discussions to my local machine. Why does this error occur when running the main function?
ValueError: Trying to set a tensor of shape torch.Size([152064, 3584]) in "weight" (which has shape torch.Size([151936, 4096])), this looks incorrect.
The text was updated successfully, but these errors were encountered:
I directly downloaded the model from https://huggingface.co/Qwen/Qwen2-7B-Instruct/discussions to my local machine. Why does this error occur when running the main function?
ValueError: Trying to set a tensor of shape torch.Size([152064, 3584]) in "weight" (which has shape torch.Size([151936, 4096])), this looks incorrect.
The text was updated successfully, but these errors were encountered: