Skip to content

Commit 4eef1e7

Browse files
committed
chore: dissable curl
1 parent ef1cff9 commit 4eef1e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llama/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ add_definitions(-DNAPI_VERSION=7)
3232
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3333

3434
set(LLAMA_BUILD_COMMON ON)
35-
set(LLAMA_CURL FF)
35+
set(LLAMA_CURL OFF)
3636

3737
if (MINGW)
3838
set(GGML_BACKEND_DL OFF)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"repository": {
7575
"type": "git",
76-
"url": "git+https://github.com/withcatai/node-llama-cpp.git"
76+
"url": "git+https://github.com/axonzeta/node-llama-cpp.git"
7777
},
7878
"keywords": [
7979
"llama",

0 commit comments

Comments
 (0)