[Eagle] Refactor eagle speculative decoding (#3986)

Co-authored-by: Ke Bao <ISPObaoke@163.com>
This commit is contained in:
Ying Sheng
2025-03-05 08:06:07 -08:00
committed by GitHub
co-authored by Ke Bao
parent 5be8f1ed98
commit d3d4d76758
22 changed files with 670 additions and 352 deletions
@@ -20,7 +20,3 @@ class SpeculativeAlgorithm(IntEnum):
if name is not None:
name = name.upper()
return name_map[name]
class SpecInfo:
pass