-
Notifications
You must be signed in to change notification settings - Fork 15
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.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unexpected keyword argument 'block_list' #5
Comments
@yuhuanyuan If you look at the code at To solve the problemsimply use Qwen2Model by
However, I dont know is it a workaround? or we can use Qwen2Model instead of Qwen2ForCausalLM for reimplement the result. Pls correct me if I was wrong. @nightdessert |
Hey guys, sorry for the waiting. I have updated the file 'source/modeling_qwen2.py'. Hope that works well. |
python3 needle_in_haystack_with_mask.py
TypeError: Qwen2ForCausalLM.forward() got an unexpected keyword argument 'block_list'
The text was updated successfully, but these errors were encountered: