[Inference/SpecDec] Add Basic Drafter Model Container (#5405)

* [Infer/Fix] Fix Dependency in test - RMSNorm kernel (#5399)

fix dependency in pytest

* add drafter model container (basic ver)
This commit is contained in:
Yuanheng Zhao
2024-02-28 13:48:17 +08:00
committed by Yuanheng
parent d63c469f45
commit 5a9b05f7b2
4 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from .drafter import Drafter
from .struct import DrafterOutput
__all__ = ["Drafter", "DrafterOutput"]