Is your feature request related to a problem? Please describe.
Although the stable version of Pytorch 2.0 has not been released yet, its new features do improve efficiency with only small modification on training code. Surely, I notice that some functions are re-named in the newer Pytorch.
Describe the solution you'd like
Support for Pytorch 2.0 for better computational efficiency. I'm interesting in how torch.compile jointly work with diffusers framework. Is it on your development plan?
Is your feature request related to a problem? Please describe.
Although the stable version of Pytorch 2.0 has not been released yet, its new features do improve efficiency with only small modification on training code. Surely, I notice that some functions are re-named in the newer Pytorch.
Describe the solution you'd like
Support for Pytorch 2.0 for better computational efficiency. I'm interesting in how
torch.compilejointly work with diffusers framework. Is it on your development plan?