openai / grok

MIT License
4.1k stars 522 forks source link

Attribute error when running train.py #50

Open Zhi0467 opened 6 months ago

Zhi0467 commented 6 months ago

As the in title, I'm running into an AttributeError: can't set attribute when running train.py, is it because I'm using Python 3.8 or something is off with the passing of hparams? error

Samusasuke commented 1 month ago

You need to change the setup.py file to specifiy an old version of the package pytorch_lightning. Under 1.6 works for me