-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
🚀 The feature, motivation and pitch
The current EAGLE implementation raises NotImplementedError (
vllm/vllm/v1/core/kv_cache_utils.py
Line 1098 in 8e8e0b6
| raise NotImplementedError |
page_size_bytes calculation (https://github.com/vllm-project/vllm/blob/main/vllm/v1/kv_cache_interface.py#L68 ) when using a draft model with different
num_kv_heads compared to the target model.However in practice, we can have draft models trained with different
num_kv_heads than the target model. Would that be possible to implement this change? Or it would require a lot of architectural changes?
Alternatives
No response
Additional context
No response
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
feature requestNew feature or requestNew feature or request