Roi align maxpooling version

Hi I have a question about pytorch implementation of roi align.
It seems that only average pooling is supported for roi align in pytorch, but actually original roi align was to use max pooling in each interpolated bin.
I wonder if pytorch has a plan to provide max pooling or if there is an unofficial code related to it. (Cant not find:( )