Removing accepted ids in the regular info logs, downgrade to debug.

This commit is contained in:
Nicolas Patry 2024-05-15 11:37:15 +00:00
parent b5bc6e5c4e
commit 4086d93453

View File

@ -1101,7 +1101,7 @@ class FlashCausalLM(Model):
next_token_texts = []
left = 0
logger.info(f"Accepted ids {n_accepted_ids}")
logger.debug(f"Accepted ids {n_accepted_ids}")
current_stopped = False
for j in range(index, index + n_accepted_ids):