For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo struct
Struct_moe_router_group_limited
struct Struct_moe_router_group_limited
Registers the mo.moe.router.group.limited graph op with the graph compiler.
Implemented traitsโ
Methodsโ
executeโ
static def execute[scores_type: DType, bias_type: DType, //, n_routed_experts: Int, n_experts_per_tok: Int, n_groups: Int, topk_group: Int, norm_weights: Bool, target: StringSlice[ImmStaticOrigin]](expert_indices: ManagedTensorSlice[IOSpec[_, _].Output, static_spec=expert_indices.static_spec], expert_weights: ManagedTensorSlice[IOSpec[_, _].Output, static_spec=expert_weights.static_spec], expert_scores: ManagedTensorSlice[IOSpec[_, _].FusedInput, static_spec=expert_scores.static_spec], expert_bias: ManagedTensorSlice[IOSpec[_, _].Input, static_spec=expert_bias.static_spec], routed_scaling_factor: Float32, context: DeviceContext)