ColossalAI icon indicating copy to clipboard operation
ColossalAI copied to clipboard

[hotfix] fix implement error in diffusers

Open 1SAA opened this issue 1 year ago • 0 comments

What's New

Fix NotImplementedError: Some torch function is incompatible because of its complcated inputs. when training diffusers.

  • add a ignore step for no grad tensors
  • change the original checkpoint function in diffuser to torch checkpint function

1SAA avatar Jan 06 '23 10:01 1SAA