MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / build_payload

Function build_payload

lightx2v/disagg/workload.py:200–201  ·  view source on GitHub ↗
(base_config: dict[str, Any], stage: StageSpec, request_index: int)

Source from the content-addressed store, hash-verified

198
199
200def build_payload(base_config: dict[str, Any], stage: StageSpec, request_index: int) -> dict[str, Any]:
201 return _build_request_payload(base_config, stage, request_index)
202
203
204def send_workload_end_signal() -> None:

Callers 2

mainFunction · 0.90

Calls 1

_build_request_payloadFunction · 0.85

Tested by

no test coverage detected