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