Skip to content

Commit 2137c46

Browse files
authored
fix: bump llama.cpp release used in prebuilt binaries (#247)
1 parent 81a203e commit 2137c46

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
timeout-minutes: 40
119119
env:
120120
ARTIFACT_NAME: ${{ matrix.config.artifact }}
121+
NODE_LLAMA_CPP_CMAKE_OPTION_LLAMA_OPENMP: OFF
121122
run: |
122123
npm ci
123124

llama/addon.cpp

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

11-
1211
class LLAMAModel : public Napi::ObjectWrap<LLAMAModel> {
1312
public:
1413
llama_model_params model_params;

0 commit comments

Comments
 (0)