We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a203e commit 2137c46Copy full SHA for 2137c46
.github/workflows/build.yml
@@ -118,6 +118,7 @@ jobs:
118
timeout-minutes: 40
119
env:
120
ARTIFACT_NAME: ${{ matrix.config.artifact }}
121
+ NODE_LLAMA_CPP_CMAKE_OPTION_LLAMA_OPENMP: OFF
122
run: |
123
npm ci
124
llama/addon.cpp
@@ -8,7 +8,6 @@
8
#include "common/grammar-parser.h"
9
#include "napi.h"
10
11
-
12
class LLAMAModel : public Napi::ObjectWrap<LLAMAModel> {
13
public:
14
llama_model_params model_params;
0 commit comments