Skip to content

Commit c82465c

Browse files
Update vllm/model_executor/models/llama_eagle3.py
Co-authored-by: Woosuk Kwon <[email protected]> Signed-off-by: Benjamin Chislett <[email protected]>
1 parent 185529d commit c82465c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/model_executor/models/llama_eagle3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ def load_weights(self, weights: Iterable[tuple[str, torch.Tensor]]):
251251
loaded_weights = loader.load_weights(model_weights.items())
252252

253253
if 'd2t' not in loaded_weights:
254-
del self.draft_id_to_target_id
255254
self.draft_id_to_target_id = None
256255

257256
return loaded_weights

0 commit comments

Comments
 (0)