ggml : fix supports_op
This commit is contained in:
parent
eba97574da
commit
1f647b5992
|
|
@ -416,6 +416,7 @@ static bool ggml_backend_cpu_device_supports_op(ggml_backend_dev_t dev, const st
|
||||||
|
|
||||||
switch (op->op) {
|
switch (op->op) {
|
||||||
case GGML_OP_CPY:
|
case GGML_OP_CPY:
|
||||||
|
case GGML_OP_SET_ROWS:
|
||||||
return
|
return
|
||||||
op->type != GGML_TYPE_IQ3_XXS &&
|
op->type != GGML_TYPE_IQ3_XXS &&
|
||||||
op->type != GGML_TYPE_IQ3_S &&
|
op->type != GGML_TYPE_IQ3_S &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue