Remove Req.extend_logprob_start_len field and make it pure (#27625)

This commit is contained in:
fzyzcjy
2026-06-25 09:06:14 +08:00
committed by GitHub
parent 2c3f007a65
commit 2b64fc7a2c
4 changed files with 36 additions and 36 deletions
@@ -79,7 +79,6 @@ class TestPrefillAdder(CustomTestCase):
req.priority = priority
req.prefix_indices = []
req.full_untruncated_fill_ids = []
req.extend_logprob_start_len = 0
req.output_ids = [0] * output_len
req.sampling_params = SimpleNamespace(max_new_tokens=max_new_tokens)
req.time_stats = SimpleNamespace(wait_queue_entry_time=wait_time)