Skip to content

Commit

Permalink
Fix tests/deepsparse/pipelines/test_bucketing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Apr 29, 2024
1 parent 164252f commit ccaec52
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ class MnliTextClassificationInput(ZeroShotTextClassificationInputBase):
labels: Optional[Union[List[str], str]] = Field(
description="The set of possible class labels to classify each "
"sequence into. Can be a single label, a string of comma-separated "
"labels, or a list of labels."
"labels, or a list of labels.",
default=None,
)
hypothesis_template: Optional[str] = Field(
description="A formattable template for wrapping around the provided "
Expand Down

0 comments on commit ccaec52

Please sign in to comment.