Model: Remove rogue print
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
parent
2913ce29fc
commit
a02d39de31
1 changed files with 0 additions and 2 deletions
|
|
@ -399,8 +399,6 @@ class ExllamaV2Container(BaseModelContainer):
|
||||||
self.draft_config.max_input_len = chunk_size
|
self.draft_config.max_input_len = chunk_size
|
||||||
self.draft_config.max_attention_size = chunk_size**2
|
self.draft_config.max_attention_size = chunk_size**2
|
||||||
|
|
||||||
print(self.config.max_seq_len)
|
|
||||||
|
|
||||||
# Return the created instance
|
# Return the created instance
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue