Commit dda5ade
authored
* feat(`getLlama`): `build: "autoAttempt"`
* feat: get rid of octokit
* fix(CLI): disable Direct I/O by default
* fix: Bun segmentation fault on process exit with undisposed `Llama`
* fix: detect glibc inside Nix
* fix: stricter CI build flag
* chore: update `simple-git`
* chore: switch off of `tsconfig.json` deprecated configs
* docs: clarify `getLlama`'s `build` option logic
1 parent 6faa5ae commit dda5ade
File tree
33 files changed
+467
-362
lines changed- .vitepress
- llama/addon
- packages
- @node-llama-cpp
- linux-arm64
- linux-armv7l
- linux-x64-cuda-ext
- linux-x64-cuda
- linux-x64-vulkan
- linux-x64
- mac-arm64-metal
- mac-x64
- win-arm64
- win-x64-cuda-ext
- win-x64-cuda
- win-x64-vulkan
- win-x64
- create-node-llama-cpp
- src
- bindings
- utils
- cli/commands
- utils
- templates
- electron-typescript-react
- node-typescript
33 files changed
+467
-362
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
| 124 | + | |
| 125 | + | |
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| |||
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| 171 | + | |
| 172 | + | |
166 | 173 | | |
167 | 174 | | |
168 | 175 | | |
| |||
234 | 241 | | |
235 | 242 | | |
236 | 243 | | |
| 244 | + | |
| 245 | + | |
237 | 246 | | |
238 | 247 | | |
239 | 248 | | |
| |||
246 | 255 | | |
247 | 256 | | |
248 | 257 | | |
| 258 | + | |
| 259 | + | |
249 | 260 | | |
250 | 261 | | |
251 | 262 | | |
| |||
259 | 270 | | |
260 | 271 | | |
261 | 272 | | |
262 | | - | |
| 273 | + | |
| 274 | + | |
263 | 275 | | |
264 | 276 | | |
265 | 277 | | |
| |||
270 | 282 | | |
271 | 283 | | |
272 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
273 | 288 | | |
274 | 289 | | |
275 | 290 | | |
| |||
306 | 321 | | |
307 | 322 | | |
308 | 323 | | |
309 | | - | |
310 | | - | |
| 324 | + | |
| 325 | + | |
311 | 326 | | |
312 | 327 | | |
313 | 328 | | |
| |||
0 commit comments