Skip to content

Commit 45972ec

Browse files
authored
chore: remove unused dependencies (#18)
* chore: remove unused dependencies * docs(README): update `README.md`
1 parent 1043596 commit 45972ec

File tree

3 files changed

+8
-37
lines changed

3 files changed

+8
-37
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ Options:
206206
ronment variable [string] [default: "latest"]
207207
-a, --arch The architecture to compile llama.cpp for [string]
208208
-t, --nodeTarget The Node.js version to compile llama.cpp for. Example: v18.0.0 [string]
209+
--metal Compile llama.cpp with Metal support. Can also be set via the NODE_LLAMA_CP
210+
P_METAL environment variable [boolean] [default: false]
211+
--cuda Compile llama.cpp with CUDA support. Can also be set via the NODE_LLAMA_CPP
212+
_CUDA environment variable [boolean] [default: false]
209213
--skipBuild, --sb Skip building llama.cpp after downloading it [boolean] [default: false]
210214
-v, --version Show version number [boolean]
211215
```
@@ -220,6 +224,10 @@ Options:
220224
-h, --help Show help [boolean]
221225
-a, --arch The architecture to compile llama.cpp for [string]
222226
-t, --nodeTarget The Node.js version to compile llama.cpp for. Example: v18.0.0 [string]
227+
--metal Compile llama.cpp with Metal support. Can also be set via the NODE_LLAMA_CPP_MET
228+
AL environment variable [boolean] [default: false]
229+
--cuda Compile llama.cpp with CUDA support. Can also be set via the NODE_LLAMA_CPP_CUDA
230+
environment variable [boolean] [default: false]
223231
-v, --version Show version number [boolean]
224232
```
225233

package-lock.json

Lines changed: 0 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,14 @@
110110
"zx": "^7.2.3"
111111
},
112112
"dependencies": {
113-
"bytes": "^3.1.2",
114113
"chalk": "^5.3.0",
115114
"cli-progress": "^3.12.0",
116115
"cross-env": "^7.0.3",
117116
"cross-spawn": "^7.0.3",
118117
"env-var": "^7.3.1",
119118
"fs-extra": "^11.1.1",
120119
"node-addon-api": "^7.0.0",
121-
"node-downloader-helper": "^2.1.9",
122120
"node-gyp": "^9.4.0",
123-
"node-stream-zip": "^1.15.0",
124121
"octokit": "^3.1.0",
125122
"ora": "^7.0.1",
126123
"simple-git": "^3.19.1",

0 commit comments

Comments
 (0)