-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Your current environment
The output of python collect_env.py
Your output of `python collect_env.py` here
🐛 Describe the bug
KV events subscriber expecting BlockHash
but receives ExternalBlockHash

Current BlockHash used references byte type
, and this causes a decoding error.
from vllm.v1.core.kv_cache_utils import BlockHash
I did explore the codebase for changes that would lead to the optimal and feasible solution. I believe changing the current subscriber to ExternalBlockHash
seems like a well-lit path, considering that it would be backward compatible with the previous type.
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working