Skip to content

Commit 81a203e

Browse files
authored
fix: bump llama.cpp release used in prebuilt binaries (#223)
1 parent 29e8c67 commit 81a203e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llama/addon.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "common/grammar-parser.h"
99
#include "napi.h"
1010

11+
1112
class LLAMAModel : public Napi::ObjectWrap<LLAMAModel> {
1213
public:
1314
llama_model_params model_params;

0 commit comments

Comments
 (0)