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.
llama.cpp
1 parent 29e8c67 commit 81a203eCopy full SHA for 81a203e
llama/addon.cpp
@@ -8,6 +8,7 @@
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