The 'evaluate' in trainer.py
liziming5353 opened this issue · 3 comments
liziming5353 commented
What is 'evaluate' in line 27 in trainer.py? I met an error ''No module named 'evaluate''' from there.
RupertLuo commented
evaluate is a package and needs to be installed with pip
liziming5353 commented
Thank you! Another question: do you use flash_attn and deepspeed by defualt to accelerate?
RupertLuo commented
no