Skip to content

Commit

Permalink
Model: Remove extraneous print
Browse files Browse the repository at this point in the history
Was printing IDs by accident.

Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Apr 25, 2024
1 parent fb1d2f3 commit 5750826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backends/exllamav2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@ def generate_gen_sync(
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]
Expand Down

0 comments on commit 5750826

Please sign in to comment.