Skip to content

Commit

Permalink
set back default value
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Sep 17, 2023
1 parent 803b81d commit b610646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/transformers/pipelines/text_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Config:
"the sequence is repeated.",
)
max_tokens: int = Field(
default=100,
default=1024,
description="Maximum number of tokens to generate per output sequence. If no "
"value is provided, will default to 1024.",
)
Expand Down

0 comments on commit b610646

Please sign in to comment.