Unverified Commit f5b5f2bf authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Revert "[Fix] fix assertion error for chunked prefill when disabling cache" (#2286)

parent 7e4c6dd8
......@@ -231,9 +231,6 @@ class PrefillAdder:
break
self.req_states.insert(i, (tokens_left, tokens_occupied))
if len(self.can_run_list) != 0:
return AddReqResult.OTHER
if self.req_states is None:
self.req_states = []
add_req_state(req)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment