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
Summary:
Pull Request resolved: facebookresearch#3350
`get_local_rank` relies on a global variable set by Detectron2's `launch` utils.
Since other frameworks might use Detectron2's distribute utils but don't launch with Detectron2's `launch` utils. Use `torch.cuda.current_device` to get the current device instead.
Reviewed By: HarounH, ppwwyyxx
Differential Revision: D30233746
fbshipit-source-id: 0b140ed5c1e7cd87ccf05235127f338ffc40a53d
0 commit comments