Update ggml.h

Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
This commit is contained in:
bmwl 2024-02-08 14:21:16 -08:00 committed by GitHub
parent fecd66ac06
commit 99a203d02f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
ggml.h
View file

@ -667,8 +667,8 @@ extern "C" {
GGML_API void ggml_print_backtrace(void);
GGML_API void ggml_numa_init(enum ggml_numa_strategies numa); // call once for better performance on NUMA systems
GGML_API bool ggml_is_numa(void); // true if init detected that system has >1 NUMA node
GGML_API void ggml_numa_init(enum ggml_numa_strategies numa); // call once for better performance on NUMA systems
GGML_API bool ggml_is_numa(void); // true if init detected that system has >1 NUMA node
GGML_API void ggml_print_object (const struct ggml_object * obj);
GGML_API void ggml_print_objects(const struct ggml_context * ctx);