Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Shrinath Suresh <[email protected]>
  • Loading branch information
shrinath-suresh committed Sep 13, 2023
1 parent c4ab8a1 commit 8cdda73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/src/examples/llamacpp/llamacpp_handler.hh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -49,4 +49,4 @@ class LlamacppHandler : public torchserve::torchscripted::BaseHandler {
override;
};
} // namespace llm
#endif // LLM_HANDLER_HH_
#endif // LLAMACPP_HANDLER_HH_

0 comments on commit 8cdda73

Please sign in to comment.