Load several rows of a large embedding matrix from disk

Hi, I have a large embedding matrix saved on disk, I wonder if Pytorch supports loading a submatrix from the large embedding matrix? Thanks.

How is it stored? With what (as a library)?
Pytorch? If yes in some cases some store directly the instance of the model, others the parameters …

More precision please.