Skip to content

Commit

Permalink
fix(cpp): include llama-impl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jan 20, 2025
1 parent 30368d3 commit a2dec47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LlamaContext.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "ggml.h"
#include "gguf.h"
#include "llama-impl.h"
#include "LlamaContext.h"
#include "DetokenizeWorker.h"
#include "DisposeWorker.h"
Expand Down

0 comments on commit a2dec47

Please sign in to comment.