Skip to content

Commit ea657f2

Browse files
authored
Lora MoE Align Improvements (#29257)
Signed-off-by: gnovack <[email protected]>
1 parent db14f61 commit ea657f2

File tree

7 files changed

+360
-249
lines changed

7 files changed

+360
-249
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,6 @@ target_compile_definitions(_C PRIVATE CUTLASS_ENABLE_DIRECT_CUDA_DRIVER_CALL=1)
944944
set(VLLM_MOE_EXT_SRC
945945
"csrc/moe/torch_bindings.cpp"
946946
"csrc/moe/moe_align_sum_kernels.cu"
947-
"csrc/moe/moe_lora_align_sum_kernels.cu"
948947
"csrc/moe/topk_softmax_kernels.cu")
949948

950949
if(VLLM_GPU_LANG STREQUAL "CUDA")

0 commit comments

Comments
 (0)