From a02d39de31b731b63e9f903998d59ae8c50bd1de Mon Sep 17 00:00:00 2001 From: kingbri <8082010+kingbri1@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:09:07 -0400 Subject: [PATCH] Model: Remove rogue print Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com> --- backends/exllamav2/model.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backends/exllamav2/model.py b/backends/exllamav2/model.py index 18a06c9..f5b8e2f 100644 --- a/backends/exllamav2/model.py +++ b/backends/exllamav2/model.py @@ -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