[V1] Exception Handling when Loading KV Cache from Remote Store (#21534)
Signed-off-by: liuyumoye <adeline_ly2023@outlook.com> Co-authored-by: liuyumoye <adeline_ly2023@outlook.com>
This commit is contained in:
@@ -1167,6 +1167,8 @@ class IntermediateTensors:
|
||||
# [req_ids]
|
||||
finished_sending: Optional[set[str]] = None
|
||||
finished_recving: Optional[set[str]] = None
|
||||
#req_id -> num_actual_load_tokens
|
||||
finished_loading_dict: Optional[dict[str, int]] = None
|
||||
|
||||
def __init__(self, tensors):
|
||||
# manually define this function, so that
|
||||
|
||||
Reference in New Issue
Block a user