Tree: Format
This commit is contained in:
parent
5da335eb3d
commit
4d11323c17
1 changed files with 1 additions and 1 deletions
|
|
@ -1315,7 +1315,7 @@ class ExllamaV2Container:
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue