Functionbenchmark_rollout(
model: str,
num_rollouts: int,
rollout: Callable[[str, int, bool], Coroutine[Any, Any, Trajector
src/art/utils/benchmark_rollout.py:8
Functioneval_fn(
model: art.TrainableModel,
step: int,
_config: None,
*,
scenarios: list[dict],
)
src/art/pipeline_trainer/yes_no_maybe_pipeline.py:54
MethodforwardCompute self attention with compiled flex kernels. Args: query: `[S, B, Hq, D]` key: `[S, B, Hkv, D]` val
src/art/megatron/flex_attention.py:158