Skip to content

Commit

Permalink
fix: bump llama.cpp release used in prebuilt binaries (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgd authored Jun 21, 2024
1 parent 81a203e commit 2137c46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
timeout-minutes: 40
env:
ARTIFACT_NAME: ${{ matrix.config.artifact }}
NODE_LLAMA_CPP_CMAKE_OPTION_LLAMA_OPENMP: OFF
run: |
npm ci
Expand Down
1 change: 0 additions & 1 deletion llama/addon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "common/grammar-parser.h"
#include "napi.h"


class LLAMAModel : public Napi::ObjectWrap<LLAMAModel> {
public:
llama_model_params model_params;
Expand Down

0 comments on commit 2137c46

Please sign in to comment.