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
@garrett4wade Does there currently exist a plan to support non-GPU platforms? If there is an opportunity, would you be willing to accept support for abstract device PR?
Hi, we indeed have a plan to support devices other than NV GPU. Such a PR will be great!
FYI In our code we use torch.cuda for some GPU-related logging. The device type of computation has been written to realhf.base.constants.current_device().
Purpose: Support 3rd-party backend.
Ussage:
"torch.cuda" should be replaced by "device_module"
".cuda()" should be replaced by ".to(device=device_type)"
The text was updated successfully, but these errors were encountered: