lightseq
lightseq copied to clipboard
I donot know what does lightseq depend on?
I just "pip install lightseq" and follow Building models from scratch https://github.com/bytedance/lightseq/blob/master/examples/training/custom/README.md python examples/training/custom/run.py Howere, got "ModuleNotFoundError: No module named 'transformers'" I do not know what should I install before execute this?
This script requires Hugging Face transformers library to tokenize the sentence. So you should run 'pip install transformers' firstly.