We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prompt
1 parent 3d9622b commit 51a0a7bCopy full SHA for 51a0a7b
src/deepsparse/transformers/pipelines/text_generation.py
@@ -83,6 +83,7 @@ class Config:
83
arbitrary_types_allowed = True
84
85
sequences: Union[str, List[str]] = Field(
86
+ alias="prompt",
87
description="The input sequences to generate the text from.",
88
)
89
include_prompt_logits: bool = Field(
0 commit comments