RupertLuo / Valley

The official repository of "Video assistant towards large language model makes everything easy"
199 stars 13 forks source link

The 'evaluate' in trainer.py #21

Open liziming5353 opened 10 months ago

liziming5353 commented 10 months ago

What is 'evaluate' in line 27 in trainer.py? I met an error ''No module named 'evaluate''' from there.

RupertLuo commented 10 months ago

evaluate is a package and needs to be installed with pip

liziming5353 commented 10 months ago

Thank you! Another question: do you use flash_attn and deepspeed by defualt to accelerate?

RupertLuo commented 10 months ago

no