Unused variable `q_embed` in the Llama's `preprocess_query` method
seunghyukoh opened this issue · 1 comments
seunghyukoh commented
Hi, while reviewing the UnlimiformerLLaMa
class, I found an unused variable in the preprocess_query
method.
The variable q_embed
looks quite important since it's related to Llama's rotary embedding. Is this intentional?
Thanks!