Fix compiler warnings
This commit is contained in:
parent
792c39a0ae
commit
52837f03d5
1 changed files with 4 additions and 0 deletions
4
ggml.c
4
ggml.c
|
@ -12431,6 +12431,8 @@ static void ggml_compute_forward_alibi(
|
|||
case GGML_TYPE_I8:
|
||||
case GGML_TYPE_I16:
|
||||
case GGML_TYPE_I32:
|
||||
case GGML_TYPE_I64:
|
||||
case GGML_TYPE_F64:
|
||||
case GGML_TYPE_COUNT:
|
||||
{
|
||||
GGML_ASSERT(false);
|
||||
|
@ -12517,6 +12519,8 @@ static void ggml_compute_forward_clamp(
|
|||
case GGML_TYPE_I8:
|
||||
case GGML_TYPE_I16:
|
||||
case GGML_TYPE_I32:
|
||||
case GGML_TYPE_I64:
|
||||
case GGML_TYPE_F64:
|
||||
case GGML_TYPE_COUNT:
|
||||
{
|
||||
GGML_ASSERT(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue