Store/load/run CompilationUnit created by torch::jit::compile

Is it possible to store, load, run methods from a CompilationUnit that has been created through torch::jit::compile? There is no save method and I could not find a sane way to convert it to torch::jit::Module, which implements the save method, and is loadable through trace::jit::load.