mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-19 09:15:04 +02:00
llama : offload missing ffn_moe_silu
This commit is contained in:
@@ -5570,6 +5570,7 @@ static const std::unordered_map<const char *, llm_offload_func_e> k_offload_map
|
||||
{ "ffn_moe_weighted", OFFLOAD_FUNC },
|
||||
{ "ffn_moe_up", OFFLOAD_FUNC },
|
||||
{ "ffn_moe_gate", OFFLOAD_FUNC },
|
||||
{ "ffn_moe_silu", OFFLOAD_FUNC },
|
||||
{ "ffn_moe_gate_par", OFFLOAD_FUNC },
|
||||
{ "ffn_moe_down", OFFLOAD_FUNC },
|
||||
{ "ffn_moe_out", OFFLOAD_FUNC },
|
||||
|
||||
Reference in New Issue
Block a user