mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Minor logging change
This commit is contained in:
parent
afadc787d7
commit
9eca197409
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ def process_llamacpp_cache(model, new_sequence, past_sequence):
|
|||
overlapping_sequence = new_sequence[j1:j2 + 1]
|
||||
added_chunk = new_sequence[j2 + 1:]
|
||||
|
||||
# print(past_sequence)
|
||||
# print(new_sequence)
|
||||
# print(past_sequence.tolist())
|
||||
# print(new_sequence.tolist())
|
||||
|
||||
print()
|
||||
print('MATCHING PREFIX=', repr(shared.tokenizer.decode(matching_prefix)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue