Model: Remove extraneous print
Was printing IDs by accident. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
fb1d2f34c1
commit
5750826120
1 changed files with 0 additions and 1 deletions
|
|
@ -878,7 +878,6 @@ class ExllamaV2Container:
|
|||
encode_special_tokens=True,
|
||||
return_offsets=True,
|
||||
)
|
||||
print(ids)
|
||||
mask = (
|
||||
self.tokenizer.padding_mask(ids)
|
||||
if self.use_cfg and gen_settings.cfg_scale not in [None, 1.0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue