Migrating Lua Models

I have some old models that were used to replicate results from last year’s NIPS.
Specifically, I’m working with WCT from https://github.com/sunshineatnoon/PytorchWCT
The models in that code are .t7 files and loaded via load_lua. But that method seems to have disappeared with 1.0, is that correct?

At the moment I still have some 0.4 installations floating around, so I can use those to do the loading/conversion and save everything to .pth.tar files, but what’s the suggested path to load or upgrade lua models going forward? There should be some library that can do the conversion luatorch > pytorch, so we can upgrade models when needed, no?