This commit is contained in:
Kawrakow
2025-11-25 14:51:33 +00:00
parent 5ea430aaa4
commit 32c6df015b
8 changed files with 449 additions and 118 deletions

View File

@@ -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;
};