When using (in e.g. Jupyter Notebook)
from thunder import ThunderModule
ckpt_path = "path/to/some.ckpt"
ThunderModule.load_from_checkpoint(ckpt_path=ckpt_path, **kwargs)
there is a need to extract all the kwargs from the built config. Probably we need load_module_from_checkpoint function to fetch all the dependencies automatically.