You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter a error: "AttributeError: 'LlamaAttention' object has no attribute 'rotary_emb'",when i run code with llama-1-7b. It happened in int_llama_layer.py: self.rotary_emb = copy.deepcopy(org_module.rotary_emb)
#104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
I encounter a error: "AttributeError: 'LlamaAttention' object has no attribute 'rotary_emb'",when i run code with llama-1-7b.
It happened in int_llama_layer.py:
self.rotary_emb = copy.deepcopy(org_module.rotary_emb)
what should i do?
The text was updated successfully, but these errors were encountered:
I encounter a error: "AttributeError: 'LlamaAttention' object has no attribute 'rotary_emb'",when i run code with llama-1-7b.
It happened in int_llama_layer.py:
self.rotary_emb = copy.deepcopy(org_module.rotary_emb)
what should i do?
The text was updated successfully, but these errors were encountered: