mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Removing accepted ids in the regular info logs, downgrade to debug.
This commit is contained in:
parent
b5bc6e5c4e
commit
4086d93453
@ -1101,7 +1101,7 @@ class FlashCausalLM(Model):
|
|||||||
next_token_texts = []
|
next_token_texts = []
|
||||||
left = 0
|
left = 0
|
||||||
|
|
||||||
logger.info(f"Accepted ids {n_accepted_ids}")
|
logger.debug(f"Accepted ids {n_accepted_ids}")
|
||||||
|
|
||||||
current_stopped = False
|
current_stopped = False
|
||||||
for j in range(index, index + n_accepted_ids):
|
for j in range(index, index + n_accepted_ids):
|
||||||
|
Loading…
Reference in New Issue
Block a user