Add contributing guideline and mypy config (#122)

This commit is contained in:
Woosuk Kwon
2023-05-23 17:58:51 -07:00
committed by GitHub
parent 3f942acfe1
commit a283ec2eec
16 changed files with 128 additions and 44 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class RequestOutput:
def __init__(
self,
request_id: int,
request_id: str,
prompt: str,
prompt_token_ids: List[int],
outputs: List[CompletionOutput],