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_blocks*self.engine_args.block_size})"
230
229
)
231
230
else:
232
231
remote_prefill_params=None
233
232
logger.info(
234
-
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