Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit aae74ef

Browse files
authored
Revert "[Kernel] Expand MoE weight loading + Add Fused Marlin MoE Kernel (vllm-project#7527)" (vllm-project#7764)
1 parent cde9183 commit aae74ef

File tree

15 files changed

+84
-2374
lines changed

15 files changed

+84
-2374
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ define_gpu_extension_target(
286286

287287
set(VLLM_MOE_EXT_SRC
288288
"csrc/moe/torch_bindings.cpp"
289-
"csrc/moe/topk_softmax_kernels.cu"
290-
"csrc/moe/marlin_moe_ops.cu")
289+
"csrc/moe/topk_softmax_kernels.cu")
291290

292291
define_gpu_extension_target(
293292
_moe_C

0 commit comments

Comments
 (0)