Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Gpu
Gpu
Inactive
0
Follow
r
ronelmg
10 months ago
ยท
anyone getting this issue running multiple GPUs?
Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cuda:1! (when checking argument for argument index in method wrapper_CUDA__index_select)
L
1 comment
Share
Open in Discord
L
Logan M
10 months ago
You can try explicitly setting the device in the constructor
HuggingFaceEmbedding(..., device="cuda:0")
Add a reply
Sign up and join the conversation on Discord
Join on Discord