From 8cdda73829af5dc384365f40ada33e760773d2a0 Mon Sep 17 00:00:00 2001 From: Shrinath Suresh Date: Wed, 13 Sep 2023 10:03:14 +0530 Subject: [PATCH] Fix typo Signed-off-by: Shrinath Suresh --- cpp/src/examples/llamacpp/llamacpp_handler.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/src/examples/llamacpp/llamacpp_handler.hh b/cpp/src/examples/llamacpp/llamacpp_handler.hh index 43e77826ac..151ba170c7 100644 --- a/cpp/src/examples/llamacpp/llamacpp_handler.hh +++ b/cpp/src/examples/llamacpp/llamacpp_handler.hh @@ -1,5 +1,5 @@ -#ifndef LLM_HANDLER_HH_ -#define LLM_HANDLER_HH_ +#ifndef LLAMACPP_HANDLER_HH_ +#define LLAMACPP_HANDLER_HH_ #include "common/common.h" #include "ggml.h" @@ -49,4 +49,4 @@ class LlamacppHandler : public torchserve::torchscripted::BaseHandler { override; }; } // namespace llm -#endif // LLM_HANDLER_HH_ +#endif // LLAMACPP_HANDLER_HH_ \ No newline at end of file