fix warning
This commit is contained in:
parent
0b5e8a7183
commit
3d55181445
1 changed files with 1 additions and 1 deletions
|
@ -2367,9 +2367,9 @@ static size_t llama_get_device_memory(const llama_model & model, int device) {
|
||||||
return free;
|
return free;
|
||||||
#else
|
#else
|
||||||
return 1;
|
return 1;
|
||||||
|
#endif
|
||||||
GGML_UNUSED(model);
|
GGML_UNUSED(model);
|
||||||
GGML_UNUSED(device);
|
GGML_UNUSED(device);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue