Skip to content

Commit ddc47bf

Browse files
committed
add large num experts case for lora moe
Signed-off-by: gnovack <[email protected]>
1 parent a2e9ebe commit ddc47bf

File tree

3 files changed

+325
-238
lines changed

3 files changed

+325
-238
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,6 @@ target_compile_definitions(_C PRIVATE CUTLASS_ENABLE_DIRECT_CUDA_DRIVER_CALL=1)
908908
set(VLLM_MOE_EXT_SRC
909909
"csrc/moe/torch_bindings.cpp"
910910
"csrc/moe/moe_align_sum_kernels.cu"
911-
"csrc/moe/moe_lora_align_sum_kernels.cu"
912911
"csrc/moe/topk_softmax_kernels.cu")
913912

914913
if(VLLM_GPU_LANG STREQUAL "CUDA")

0 commit comments

Comments
 (0)