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
Anyone have experience this error when evaluating 7B LLaVA-OV after training:
File "/root/.conda/envs/llava/lib/python3.10/site-packages/accelerate/utils/modeling.py", line 358, in set_module_tensor_to_device
raise ValueError(
ValueError: Trying to set a tensor of shape torch.Size([152064, 3584]) in "weight" (which has shape torch.Size([151936, 3584])), this look incorrect.
The text was updated successfully, but these errors were encountered:
Anyone have experience this error when evaluating 7B LLaVA-OV after training:
File "/root/.conda/envs/llava/lib/python3.10/site-packages/accelerate/utils/modeling.py", line 358, in set_module_tensor_to_device
raise ValueError(
ValueError: Trying to set a tensor of shape torch.Size([152064, 3584]) in "weight" (which has shape torch.Size([151936, 3584])), this look incorrect.
The text was updated successfully, but these errors were encountered: