Hi team! Thank you for such great work!
When I use the MALPE model, the torch.load function failed to load the checkpoint.

When I set the ```weight_only=False``` , the error change to: `` `ModuleNotFoundError: No module named 'tokenization' ```
Is there still some model code that hasn't been released?
Hi team! Thank you for such great work!
When I use the MALPE model, the
torch.loadfunction failed to load the checkpoint.