Skip to content

Commit 4f5a5d5

Browse files
committed
Fix doc
1 parent ab5a937 commit 4f5a5d5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

vllm/inputs/data.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ class ExplicitEncoderDecoderPrompt(TypedDict, Generic[_T1_co, _T2_co]):
7070
Represents an encoder/decoder model input prompt,
7171
comprising an explicit encoder prompt and a decoder prompt.
7272
73-
The encoder and decoder prompts, respectively,
74-
may formatted according to any of the
75-
:class:`SingletonPrompt` schemas, and are not
76-
required to have the same schema.
73+
The encoder and decoder prompts, respectively, may be formatted
74+
according to any of the :class:`SingletonPrompt` schemas,
75+
and are not required to have the same schema.
7776
7877
Only the encoder prompt may have multi-modal data.
7978

0 commit comments

Comments
 (0)