Files
enginex-bi_series-vllm/vllm/_moe_C.py

6 lines
158 B
Python
Raw Permalink Normal View History

2025-08-07 07:25:16 +00:00
import torch
import ixformer.functions as ixf_F
def topk_softmax(topk_weights,topk_ids,token_expert_indicies,gating_output):
raise NotImplementedError()