Skip to content

Commit

Permalink
Moving branch to a different repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizaWszola committed Aug 2, 2024
1 parent c8a7e93 commit 5a2ab25
Show file tree
Hide file tree
Showing 12 changed files with 3,860 additions and 101 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ define_gpu_extension_target(

set(VLLM_MOE_EXT_SRC
"csrc/moe/torch_bindings.cpp"
"csrc/moe/topk_softmax_kernels.cu")
"csrc/moe/topk_softmax_kernels.cu"
"csrc/moe/marlin_moe_ops.cu")

define_gpu_extension_target(
_moe_C
Expand Down
Loading

0 comments on commit 5a2ab25

Please sign in to comment.