albanD
albanD
Hey! There is PyTorch support for 3.13 on most things, the issue tracker is only because of windows and NoGil version needed in the latest releases. Anything specific blocking you...
@jonb377 we should update the checkpoint code to use the new device-generic API for amp here https://github.com/pytorch/pytorch/pull/124479
This will fix your issue, but I want to make sure there is no misunderstanding. The problem here is really that we call decref after the python runtime is dead....