mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Model: Remove rogue print
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
@@ -399,8 +399,6 @@ class ExllamaV2Container(BaseModelContainer):
|
||||
self.draft_config.max_input_len = chunk_size
|
||||
self.draft_config.max_attention_size = chunk_size**2
|
||||
|
||||
print(self.config.max_seq_len)
|
||||
|
||||
# Return the created instance
|
||||
return self
|
||||
|
||||
|
||||
Reference in New Issue
Block a user