Support Softmax op

This commit is contained in:
yumengbo 2024-12-19 03:39:05 +08:00 committed by Mustafa Cavus
parent d218c61e6d
commit 8aba03bac6
1 changed files with 0 additions and 2 deletions

View File

@ -642,8 +642,6 @@ static const std::set<std::string>& openvino_ops = []() -> const std::set<std::s
return true;
case GGML_OP_MUL_MAT:
return false;
case GGML_OP_SOFT_MAX:
return true;
case GGML_OP_UNARY:
switch (ggml_get_unary_op(op))
{