torch longformer to tf longformer

I downloaded the model from “xcjthu/Lawformer at main” which is a torch model. It can not be transformed to a pt file using “torch.jit.trace”. I want to use triton to server it. So I want to try to trans it to a tf model and try to transform it to savedmodel