init
This commit is contained in:
5
vllm/_moe_C.py
Normal file
5
vllm/_moe_C.py
Normal 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()
|
||||
Reference in New Issue
Block a user