Skip to content

Commit

Permalink
Tree: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
DocShotgun committed Dec 17, 2024
1 parent 5da335e commit 4d11323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/exllamav2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ async def generate_gen(
self.config.max_seq_len - max(context_len, negative_context_len),
)
if max_tokens < 1:
logger.warning("max_tokens must be a positive integer, " "setting to 1.")
logger.warning("max_tokens must be a positive integer, setting to 1.")
max_tokens = 1

# Check total length of request
Expand Down

0 comments on commit 4d11323

Please sign in to comment.