Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenarsa committed May 21, 2024
1 parent 44ae2ee commit e638e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/llm-voice-assistant/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def main() -> None:
parser.add_argument(
'--picollm_completion_token_limit',
type=int,
default=256,
help="Maximum number of tokens in the completion. Set to `None` to impose no limit.")
parser.add_argument(
'--picollm_presence_penalty',
Expand Down
1 change: 1 addition & 0 deletions res/.lint/spell-check/dict.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dtype
endoftext
logit
mixtral
numpy
Expand Down

0 comments on commit e638e47

Please sign in to comment.