dpm-solver icon indicating copy to clipboard operation
dpm-solver copied to clipboard

Can DPM-Solver support self-conditioning?

Open summmeer opened this issue 1 year ago • 2 comments

Hi, Thank you for your contribution and I've successfully adapted dpm-solver to text generation efficiently. Now I'm curious about: Can current dpm-solver support self-conditioning (https://arxiv.org/abs/2208.04202), since this technique is widely used in many text generation application.

Any response is appreciated!

summmeer avatar Dec 27 '23 16:12 summmeer

I believe it can also works, all we need to do is to modify the model_wrapper

LuChengTHU avatar Mar 09 '24 22:03 LuChengTHU

Yes! We successfully integrate dmp-solver into our model in our project DoT. Thanks a lot!

summmeer avatar Mar 11 '24 07:03 summmeer