@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.199.0 → 0.202.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,43 +3,43 @@
3
3
  "folderName": "linux-x64-cuda",
4
4
  "fallbackBinaryName": "libggml-cuda.so",
5
5
  "finalSize": 568101448,
6
- "sha256": "06447b275dc035cc52c931341b68e93ddbb65880cf65e03888ad806f11305683",
6
+ "sha256": "acc46898f4293cf01e3a7f4f951c02331a260f2bb540ff7dc1634d9195bb33f6",
7
7
  "chunks": [
8
8
  {
9
9
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01",
10
10
  "fileName": "linux-x64-cuda.part-01.bin",
11
11
  "size": 100663296,
12
- "sha256": "b23c93209cf8905040ca9bb9c62b1f04439fc3ec8f7074ff694f690f74376d75"
12
+ "sha256": "5096f692d7958dba996006679d3a2a9a86feeef335104dd3a2d5ab3d367ee551"
13
13
  },
14
14
  {
15
15
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02",
16
16
  "fileName": "linux-x64-cuda.part-02.bin",
17
17
  "size": 100663296,
18
- "sha256": "c6fa645eddc48b82403ce6269a63cd1e99941146909b3ba2a6c1b71a1deaa9b2"
18
+ "sha256": "c7dd9c8713c1393e52c84d901a2246662ad9d5f88009e7c126a27c54ec35744e"
19
19
  },
20
20
  {
21
21
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03",
22
22
  "fileName": "linux-x64-cuda.part-03.bin",
23
23
  "size": 100663296,
24
- "sha256": "901743080845bd0c84b66a62386883c594c61911f12914c09f9d71b4167960ed"
24
+ "sha256": "5feaf30eb1a3b09f88b0ca8b9380e71eb0f8ac9b4b6d2d73fbef260ce14335ab"
25
25
  },
26
26
  {
27
27
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04",
28
28
  "fileName": "linux-x64-cuda.part-04.bin",
29
29
  "size": 100663296,
30
- "sha256": "49cfb839f1804d78455fe59d1170bf1fffd98af91350e412d299ac6ee4f8fe4a"
30
+ "sha256": "f233f3b30cd8107779df315095a30c4ebc2613687f000ce806e2772e2bc58afa"
31
31
  },
32
32
  {
33
33
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05",
34
34
  "fileName": "linux-x64-cuda.part-05.bin",
35
35
  "size": 100663296,
36
- "sha256": "85bb631a93d6485e9085342bb40d9008c4358885070a59a2069ec40e48b67c52"
36
+ "sha256": "3be0e4f6e0015d797369f1f3a4a3c25aef676316fe5b037acb39f450e0f81096"
37
37
  },
38
38
  {
39
39
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06",
40
40
  "fileName": "linux-x64-cuda.part-06.bin",
41
41
  "size": 64784968,
42
- "sha256": "95130874283ba754080d4170543b412bf2be643732f195c09ebf1e9d8dddd15c"
42
+ "sha256": "f84a406a5ae7a32d5677ca9eb03b22ab1ff81b5cb3b5e5441d57012153d44b28"
43
43
  }
44
44
  ]
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realtimex/node-llama-cpp-linux-x64-cuda-ext",
3
- "version": "0.199.0",
3
+ "version": "0.202.0",
4
4
  "description": "Extension of @realtimex/linux-x64-cuda - prebuilt binary for node-llama-cpp for Linux x64 with CUDA support",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -48,11 +48,11 @@
48
48
  "postinstall": "node ./dist/index.js --assemble"
49
49
  },
50
50
  "dependencies": {
51
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.199.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.199.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.199.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.199.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.199.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.199.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.202.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.202.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.202.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.202.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.202.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.202.0"
57
57
  }
58
58
  }