ggml : build fixes
ggml-ci
This commit is contained in:
parent
95e9d8a780
commit
213a4e2c32
2 changed files with 2 additions and 3 deletions
2
ggml.c
2
ggml.c
|
@ -14100,7 +14100,7 @@ static void ggml_compute_forward(struct ggml_compute_params * params, struct ggm
|
|||
} break;
|
||||
case GGML_OP_SOFT_MAX:
|
||||
{
|
||||
ggml_compute_forward_soft_max(params, tensor->src[0], tensor);
|
||||
ggml_compute_forward_soft_max(params, tensor->src[0], tensor->src[1], tensor);
|
||||
} break;
|
||||
case GGML_OP_SOFT_MAX_BACK:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue