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
Right now vllm tip/master running llama model result in the following:
File "/root/python/github.com/vllm/vllm/model_executor/layers/attention/backends/flash_attn.py", line 100, in forward
output = PagedAttentionImpl.forward_prefix(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: PagedAttentionImpl.forward_prefix() takes 7 positional arguments but 9 were given
Right now vllm tip/master running llama model result in the following:
We have isolated the bug to merged PR #3005
@WoosukKwon
The text was updated successfully, but these errors were encountered: