lucidrains / self-rewarding-lm-pytorch

Implementation of the training framework proposed in Self-Rewarding Language Model, from MetaAI
MIT License
1.32k stars 73 forks source link

run spin demo #8

Closed westlongtime closed 8 months ago

westlongtime commented 8 months ago

AttributeError: module 'torch' has no attribute 'compiler'

lucidrains commented 8 months ago

which version of pytorch are you on? einx requires 2.0 or above

lucidrains commented 8 months ago

@westlongtime want to try the latest version?

westlongtime commented 8 months ago

The problem has been solved. Thank you very much