C10D library usage in nightly

Hi,
I did as follow:
Install 0.4.1 then torchvision then torch_nightly

I open a python console
import torch.distributed.c10d
get_rank()

=> NameError: name ‘get_rank’ is not defined

What am I missing ?