mirror of
https://github.com/wassname/vllm.git
synced 2026-09-09 11:40:01 +08:00
Add contributing guideline and mypy config (#122)
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user