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
Simply adding 'device_map='auto'' during model loading will result in an error: "Expected all tensors to be on the same device, but at least two devices were found: cuda:1 and cuda:0!"
Simply adding 'device_map='auto'' during model loading will result in an error: "Expected all tensors to be on the same device, but at least two devices were found: cuda:1 and cuda:0!"
Are there any solutions? Thank you very much.