Does Pytorch provide MobileNetv3Small (Large) with smaller alpha?

I saw that Pytorch method torchvision.models.mobilenet_v3_small provides only pretrained model with alpha=1, without pretrained weights with smaller alpha.
I want to see performance of the model with smaller alpha on edge devices. Although MobileNetv3 is small, but it is still big for some devices.
If you have any information, please comment here. Thank you.