Skip to content

Commit 0710b0f

Browse files
committed
llama : offload missing ffn_moe_silu
1 parent 62b95f9 commit 0710b0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: llama.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -5570,6 +5570,7 @@ static const std::unordered_map<const char *, llm_offload_func_e> k_offload_map
55705570
{ "ffn_moe_weighted", OFFLOAD_FUNC },
55715571
{ "ffn_moe_up", OFFLOAD_FUNC },
55725572
{ "ffn_moe_gate", OFFLOAD_FUNC },
5573+
{ "ffn_moe_silu", OFFLOAD_FUNC },
55735574
{ "ffn_moe_gate_par", OFFLOAD_FUNC },
55745575
{ "ffn_moe_down", OFFLOAD_FUNC },
55755576
{ "ffn_moe_out", OFFLOAD_FUNC },

0 commit comments

Comments
 (0)