mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Fix formatting
This commit is contained in:
@@ -310,8 +310,8 @@ class ExllamaV2Container(BaseModelContainer):
|
||||
|
||||
if self.config.max_seq_len > cache_size:
|
||||
logger.warning(
|
||||
f"The given max_seq_len ({self.config.max_seq_len}) is larger than the "
|
||||
f"cache size and will be limited to {cache_size} tokens."
|
||||
f"The given max_seq_len ({self.config.max_seq_len}) is larger than "
|
||||
f"the cache size and will be limited to {cache_size} tokens."
|
||||
)
|
||||
self.config.max_seq_len = cache_size
|
||||
|
||||
|
||||
Reference in New Issue
Block a user