"examples/tutorial/stable_diffusion/ldm/models/autoencoder.py" did not exist on "6e9730d7abb538ccdae5b4b9b2556d0f8b950835"
[fx] allow control of ckpt_codegen init (#2498)
* [fx] allow control of ckpt_codegen init Currently in ColoGraphModule, ActivationCheckpointCodeGen will be set automatically in __init__. But other codegen can't be set if so. So I add an arg to control whether to set ActivationCheckpointCodeGen in __init__. * code style
Showing
Please register or sign in to comment