lucidrains / self-rewarding-lm-pytorch

Implementation of the training framework proposed in Self-Rewarding Language Model, from MetaAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: Placeholder storage has not been allocated on MPS device!

fakerybakery opened this issue · comments

Thanks for implementing this!
I'm using MPS and getting the error RuntimeError: Placeholder storage has not been allocated on MPS device!.
Is there any way to fix this?
Thanks!

@fakerybakery hey yup, i put in a fix

Thx!