fix warning
This commit is contained in:
parent
c8546879c4
commit
95c16c263c
1 changed files with 1 additions and 1 deletions
|
@ -2301,7 +2301,7 @@ static ggml_backend_buffer_type_t llama_default_buffer_type_offload(const llama_
|
||||||
buft = llama_default_buffer_type_cpu(true);
|
buft = llama_default_buffer_type_cpu(true);
|
||||||
}
|
}
|
||||||
return buft;
|
return buft;
|
||||||
|
GGML_UNUSED(model);
|
||||||
GGML_UNUSED(gpu);
|
GGML_UNUSED(gpu);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue