From 99a203d02f99cb37d478fcecd448470be6b5280a Mon Sep 17 00:00:00 2001 From: bmwl Date: Thu, 8 Feb 2024 14:21:16 -0800 Subject: [PATCH] Update ggml.h Co-authored-by: Jared Van Bortel --- ggml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ggml.h b/ggml.h index 58b044526..9b3393ca8 100644 --- a/ggml.h +++ b/ggml.h @@ -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);