llama : comment

ggml-ci
This commit is contained in:
Georgi Gerganov 2023-10-29 13:27:53 +02:00
parent 761087932b
commit 79ad734417
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -5277,6 +5277,11 @@ static struct ggml_cgraph * llm_build_mpt(
return gf;
}
//
// tensor offloading helpers
//
// TODO: will be removed with backend v2
enum llm_offload_func_e {
OFFLOAD_FUNC_NOP,
OFFLOAD_FUNC,