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
): # to prevent block allocation for matching in hierarchical cache and cause dead lock
359
+
break
351
360
success=self.get_prefix_cached_blocks(request)
352
361
ifnotsuccess:
353
362
self._free_blocks(request)
@@ -387,6 +396,15 @@ def schedule(self):
387
396
request.num_total_tokens
388
397
) # Before preempted task rescheduled, preempted task has been sent to engine, no more tokens are output, here num_total_tokens should be static and correct
0 commit comments