@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.40.0 → 0.41.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": 509065624,
6
- "sha256": "ec55566d0f5d27248b17ee602b7712295bd5628938efa588105bf1da61268ddd",
6
+ "sha256": "f1f96b4b1038678c67becd06c6c03cfa3fc63ba9f1cb3d3b6b2be40d24e49628",
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": "d330b41bdecd3f770993b399b22136f43646318b9972b6d5120224b9af24b579"
12
+ "sha256": "ca24deb319e58b8d18867677fcd3ef58289cfb26e247e5a3283b193070165cc4"
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": "5d2e5218fc2ff6dc3568e52ba5ba8ec0564599337065c2cb593cba5dfc0881db"
18
+ "sha256": "6edd2331b2163802ab7df144c1484e1100cec6816e8abc599468879ecaec9913"
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": "8f0ad38342b0744e7f36c74b8d8e5471703a5f91c89a888ce7e53248c46d66ae"
24
+ "sha256": "025d57bce6903affbc344466a468f487ab40cbd0aebd017d2730a8d7c3ed3be8"
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": "1aefd8f161e9f7a8962c24f24a0edfa1e8382e71bf9a16328b3e8659e646c942"
30
+ "sha256": "6b5a5aa5bc8b83b29f995a2fcb4cf6474a66fd042976be35808941e78010b7f6"
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": "df06b6bb1ad4e4e1b98c280368cc225d8bb17b2df99a193ba47513a8b1d51cb7"
36
+ "sha256": "0e627a64fda140a5f81f991da297ae01f2413792457f0196db3021e9f2e78149"
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": 5749144,
42
- "sha256": "76745f60a859a477f552d73c87aa0140b6a79f9206597a2e3e9225f777c05888"
42
+ "sha256": "43323138715603d7099229e737ff38a3bf82ecabdf6e21f78948d41e2da69e65"
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.40.0",
3
+ "version": "0.41.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.40.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.40.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.40.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.40.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.40.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.40.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.41.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.41.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.41.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.41.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.41.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.41.0"
57
57
  }
58
58
  }