This commit is contained in:
2025-08-07 07:25:16 +00:00
commit ae2c299b3a
117 changed files with 29475 additions and 0 deletions

5
vllm/_moe_C.py Normal file
View File

@@ -0,0 +1,5 @@
import torch
import ixformer.functions as ixf_F
def topk_softmax(topk_weights,topk_ids,token_expert_indicies,gating_output):
raise NotImplementedError()