Tree: Format

This commit is contained in:
DocShotgun 2024-12-17 09:37:33 -08:00
parent 5da335eb3d
commit 4d11323c17

View file

@ -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