Open huiyangzhou opened 2 years ago
Could you test this with another working dir to check if you installed it successfully?
python -c "import lightseq.inference as lsi;print(lsi.MT5)"
Traceback (most recent call last):
File "
I install lightseq==3.0.0 from pipy and it shows successful
how could this happen?
could you give me a link or command to guide me how to install mt5 for lightseq.inference
lightseq==3.0.0 cd examples/inference/python python3 ./test/ls_mt5.py AttributeError: module 'lightseq.inference' has no attribute 'MT5'