You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"Prefilling remotely for request {request_id} with length {len(request.token_ids)}"
228
+
f"Prefilling remotely for request {request_id} with length {len(request.token_ids)} (estimated prefix hit length {(request.estimated_prefix_hit_num_blocksor0) *self.engine_args.block_size})"
229
229
)
230
230
else:
231
231
remote_prefill_params=None
232
232
logger.info(
233
-
f"Prefilling locally for request {request_id} with length {len(request.token_ids)}"
233
+
f"Prefilling locally for request {request_id} with length {len(request.token_ids)} (estimated prefix hit length {request.estimated_prefix_hit_num_blocks*self.engine_args.block_size})"
0 commit comments