minor
Some checks failed
flake8 Lint / Lint (push) Has been cancelled

This commit is contained in:
slaren 2024-11-01 12:01:53 +01:00
parent 48e6e4c28d
commit 4e89bdebb0
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,5 @@
#pragma once
#include "ggml.h"
#include "ggml-alloc.h"
#include "ggml-backend.h"
@ -19,6 +21,7 @@ typedef std::unique_ptr<gguf_context, gguf_context_deleter> gguf_context_ptr;
// ggml-alloc
struct ggml_gallocr_deleter { void operator()(ggml_gallocr_t galloc) { ggml_gallocr_free(galloc); } };
typedef std::unique_ptr<ggml_gallocr_t, ggml_gallocr_deleter> ggml_gallocr_ptr;
// ggml-backend

1
spm-headers/ggml-cpp.h Symbolic link
View File

@ -0,0 +1 @@
../ggml/include/ggml-cpp.h