Clean way to clone ScriptModule?

Hi, I’m new to Libtorch and currently trying to working on it. I want to evaluate ScriptModule on multiple GPUs and I am wondering is there any clean way to replicate a module to different devices instead of loading them from the disk multiple times?