OLMo icon indicating copy to clipboard operation
OLMo copied to clipboard

`Torch.compile()` and activation checkpointing are incompatible

Open dirkgr opened this issue 2 years ago • 1 comments

Activation checkpointing needs to keep track of the state of the random number generator, which fails with torch.compile(). Rumor has it that the latest torch nightly has this fixed, so we should try this.

dirkgr avatar Apr 14 '23 20:04 dirkgr

https://github.com/pytorch/pytorch/issues/97436

dirkgr avatar Apr 14 '23 20:04 dirkgr

Marking the items prior to Feb 29th as "closed".

dumitrac avatar Apr 30 '24 20:04 dumitrac