Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Sep 18, 2023
1 parent f002e13 commit a69abf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deepsparse/transformers/pipelines/text_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class FinishReason(Enum):
STOP = "stop"
LENGTH = "length"
TIME = "time"
CALLBACK = "callback"


class TextGenerationInput(BaseModel):
Expand Down

0 comments on commit a69abf9

Please sign in to comment.