X-PLUG / mPLUG-Owl

mPLUG-Owl: The Powerful Multi-modal Large Language Model Family
https://www.modelscope.cn/studios/damo/mPLUG-Owl
MIT License
2.25k stars 171 forks source link

NameError: name 'repeat_kv' is not defined #183

Open nullnameno opened 10 months ago

nullnameno commented 10 months ago

Hello,

When I run the Quick Start demo, I encounter the following problem: File "/home/wxz/LLM/mPLUG_Owl2/mplug_owl2/model/modeling_llama2.py", line 139, in forward key_states = repeat_kv(key_states, self.num_key_value_groups) NameError: name 'repeat_kv' is not defined

Is part of the code missing?

vateye commented 9 months ago

please update your transformer library.