bytedance / lightseq

LightSeq: A High Performance Library for Sequence Processing and Generation
Other
3.22k stars 329 forks source link

a good thing,but something need to modify,directory questions,you have to modify something force it work #293

Open DidaDidaDidaD opened 2 years ago

DidaDidaDidaD commented 2 years ago

a good thing,but something need to modify,directory questions,you have to modify something force it work,when i run the examples,always report me errors,such as module 'lightseq.inference' has no attribute 'Transformer',ModuleNotFoundError: No module named 'proto', in fact module lie in the correct position

neopro12 commented 2 years ago

You can try to solve it by installing LightSeq with: git clone https://github.com/bytedance/lightseq.git cd lightseq pip install -e .