mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-29 07:34:18 +01:00
llama : offload missing ffn_moe_silu
This commit is contained in:
parent
62b95f93d0
commit
0710b0f726
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user