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
Hello, I appreciate the work on the Consistency Decoder. I've run into an issue with the model from the repository. It's hard-coded to use torch.device("cuda:0"), which is problematic for parallel computation:
This prevents the model from running on multiple GPUs. Could you suggest a way to modify the model to dynamically select the device, allowing for parallel GPU processing?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
Vanint
changed the title
ckpt中的cuda:0
Model Device Allocation Issue Affecting Parallel Computation
Nov 8, 2023
Hello, I appreciate the work on the Consistency Decoder. I've run into an issue with the model from the repository. It's hard-coded to use
torch.device("cuda:0")
, which is problematic for parallel computation:This prevents the model from running on multiple GPUs. Could you suggest a way to modify the model to dynamically select the device, allowing for parallel GPU processing?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: