Skip to content

Commit

Permalink
fix: bump llama.cpp release used in prebuilt binaries (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgd authored May 24, 2024
1 parent 29e8c67 commit 81a203e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llama/addon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#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 81a203e

Please sign in to comment.