BlinkDL / RWKV-LM

RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
Apache License 2.0
12.05k stars 827 forks source link

训练运行train.py报错: #147

Closed hopeforus closed 1 year ago

hopeforus commented 1 year ago

from pytorch_lightning.lite import LightningLite ModuleNotFoundError: No module named 'pytorch_lightning.lite'

pytorch 正常安装了的

BlinkDL commented 1 year ago

pytorch_lightning 1.9.5

hopeforus commented 1 year ago

多谢!