remove log

This commit is contained in:
OlivierDehaene 2024-10-07 12:11:50 +02:00
parent c8a033b636
commit 4ddea01c6e
No known key found for this signature in database
GPG Key ID: BB104D67809DA93C

View File

@ -1712,8 +1712,6 @@ class FlashCausalLM(Model):
if prefill: if prefill:
batch.prepare_for_prefill() batch.prepare_for_prefill()
log_master(logger.info, f"Tokens in this forward: {len(batch.input_ids)}")
prefill_logprobs = batch.prefill_next_token_indices is not None prefill_logprobs = batch.prefill_next_token_indices is not None
# Update adapter indices for speculative tokens (if present) # Update adapter indices for speculative tokens (if present)