mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-27 20:04:35 +00:00
llama : comment
ggml-ci
This commit is contained in:
parent
761087932b
commit
79ad734417
@ -5277,6 +5277,11 @@ static struct ggml_cgraph * llm_build_mpt(
|
|||||||
return gf;
|
return gf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// tensor offloading helpers
|
||||||
|
//
|
||||||
|
// TODO: will be removed with backend v2
|
||||||
|
|
||||||
enum llm_offload_func_e {
|
enum llm_offload_func_e {
|
||||||
OFFLOAD_FUNC_NOP,
|
OFFLOAD_FUNC_NOP,
|
||||||
OFFLOAD_FUNC,
|
OFFLOAD_FUNC,
|
||||||
|
Loading…
Reference in New Issue
Block a user