MCPcopy Create free account
hub / github.com/RL-Align/RL-Kernel / StatelessForwardInputs

Class StatelessForwardInputs

rl_engine/executors/stateless_executor.py:53–59  ·  view source on GitHub ↗

Dense full-sequence batch for stateless scoring.

Source from the content-addressed store, hash-verified

51
52@dataclass(frozen=True)
53class StatelessForwardInputs:
54 """Dense full-sequence batch for stateless scoring."""
55
56 input_ids: torch.Tensor
57 attention_mask: torch.Tensor
58 completion_mask: torch.Tensor
59 labels: Optional[torch.Tensor] = None
60
61
62@dataclass(frozen=True)

Calls

no outgoing calls