mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-17 23:18:36 +00:00
[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:
4
colossalai/inference/spec/__init__.py
Normal file
4
colossalai/inference/spec/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .drafter import Drafter
|
||||
from .struct import DrafterOutput
|
||||
|
||||
__all__ = ["Drafter", "DrafterOutput"]
|
Reference in New Issue
Block a user