Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Sep 19, 2023
1 parent c1132b2 commit a4b6d93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/deepsparse/transformers/pipelines/text_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ class Config:
" Default set to 0.0",
)

# TODO: what about the other parameters? Such as special tokens, which are just
# taken from the tokenizer?
generation_config: Union[None, str, pathlib.Path, Dict, GenerationConfig] = Field(
default=None,
description="GenerationConfig file consisting of parameters used to control "
Expand Down

0 comments on commit a4b6d93

Please sign in to comment.