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 ef1cff9 commit 4eef1e7Copy full SHA for 4eef1e7
llama/CMakeLists.txt
@@ -32,7 +32,7 @@ add_definitions(-DNAPI_VERSION=7)
32
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
33
34
set(LLAMA_BUILD_COMMON ON)
35
-set(LLAMA_CURL FF)
+set(LLAMA_CURL OFF)
36
37
if (MINGW)
38
set(GGML_BACKEND_DL OFF)
package.json
@@ -73,7 +73,7 @@
73
},
74
"repository": {
75
"type": "git",
76
- "url": "git+https://github.com/withcatai/node-llama-cpp.git"
+ "url": "git+https://github.com/axonzeta/node-llama-cpp.git"
77
78
"keywords": [
79
"llama",
0 commit comments