Serving a pytorch model with two laptops (mac)

Hi, I’m new to Torchserve and wondering the usecase below works.
I have two laptops (mac M1&M3) and want to utilize these gpus to serve a model built with pytorch. I want to put one mac parent node and the other one worker node connected to the parent node. Is this feasible?