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