We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
qkv
Hi,
In this block, the query, key, and value are being updated via _upad_input. Then in line 658, shouldn't the qkv be packed again?
_upad_input
https://github.com/cuda-mode/ring-attention/blob/d7aa7799bcc0191994d369b8cdebc7aebe1566b9/ring-llama/modeling_llama.py#L647-L664
The text was updated successfully, but these errors were encountered:
@andreaskoepf could we get your advice on this?
Sorry, something went wrong.
andreaskoepf
No branches or pull requests
Hi,
In this block, the query, key, and value are being updated via
_upad_input
. Then in line 658, shouldn't the qkv be packed again?https://github.com/cuda-mode/ring-attention/blob/d7aa7799bcc0191994d369b8cdebc7aebe1566b9/ring-llama/modeling_llama.py#L647-L664
The text was updated successfully, but these errors were encountered: