mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-30 03:01:44 +00:00
Model: Remove extraneous print
Was printing IDs by accident. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user