Fix a typo in io_struct.py (#2008)
This commit is contained in:
@@ -184,7 +184,7 @@ class TokenizedGenerateReqInput:
|
||||
input_text: str
|
||||
# The input token ids
|
||||
input_ids: List[int]
|
||||
# The image input
|
||||
# The image inputs
|
||||
image_inputs: dict
|
||||
# The sampling parameters
|
||||
sampling_params: SamplingParams
|
||||
|
||||
Reference in New Issue
Block a user