mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-28 18:32:04 +00:00
WIP
This commit is contained in:
@@ -224,3 +224,8 @@ struct gguf_context;
|
||||
std::string gguf_kv_to_str(const gguf_context * ctx_gguf, int i);
|
||||
|
||||
ggml_backend_buffer_type_t llama_default_buffer_type_cpu(bool host_buffer);
|
||||
|
||||
struct llama_split_tensor {
|
||||
std::vector<ggml_tensor *> tensor_splits;
|
||||
ggml_split_tensor_t ggml;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user