[doc] updated inference readme (#5343)

This commit is contained in:
Frank Lee
2024-02-02 14:31:10 +08:00
committed by GitHub
parent e76acbb076
commit 027aa1043f
10 changed files with 82 additions and 33 deletions

View File

@@ -11,6 +11,8 @@ from colossalai.inference.sampler import *
from colossalai.inference.struct import BatchInfo, RequestStatus, Sequence
from colossalai.logging import get_dist_logger
__all__ = ["RunningList", "RequestHandler"]
logger = get_dist_logger(__name__)