Support decode token logprobs (#130)

This commit is contained in:
Cody Yu
2024-02-06 12:24:55 -08:00
committed by GitHub
parent ee1df26a77
commit a7334aeea1
10 changed files with 233 additions and 96 deletions

View File

@@ -99,3 +99,7 @@ class BatchStrOut:
@dataclass
class FlushCacheReq:
pass
@dataclass
class DetokenizeReqInput:
input_ids: List[int]