[Feature] Support batched tokens for EP (#3415)

* Support batched tokens for EP

* Support batched tokens for EP

* Support batched tokens for EP

* Support batched tokens for EP

* Support batched tokens for EP and fix bug

* Support batched tokens for EP and fix bug

* Support batched tokens for EP and fix bug

* Support batched tokens for EP and fix bug
This commit is contained in:
chenjian
2025-08-18 11:43:36 +08:00
committed by GitHub
parent 3f86ae0007
commit aba94169dc
9 changed files with 235 additions and 97 deletions

View File

@@ -506,6 +506,8 @@ class SplitwiseConnector:
draft_token_ids=task["outputs"]["draft_token_ids"],
),
finished=True,
error_code=task["error_code"],
error_msg=task["error_msg"],
)
)
req_ids = [task["request_id"] for task in payload]