bigdl-core-cpp 2.5.0b20240529__py3-none-manylinux2010_x86_64.whl → 2.5.0b20240531__py3-none-manylinux2010_x86_64.whl
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.
- bigdl/cpp/libs/baby-llama +0 -0
- bigdl/cpp/libs/batched +0 -0
- bigdl/cpp/libs/batched-bench +0 -0
- bigdl/cpp/libs/beam-search +0 -0
- bigdl/cpp/libs/benchmark +0 -0
- bigdl/cpp/libs/convert-llama2c-to-ggml +0 -0
- bigdl/cpp/libs/embedding +0 -0
- bigdl/cpp/libs/export-lora +0 -0
- bigdl/cpp/libs/finetune +0 -0
- bigdl/cpp/libs/gguf +0 -0
- bigdl/cpp/libs/gritlm +0 -0
- bigdl/cpp/libs/imatrix +0 -0
- bigdl/cpp/libs/infill +0 -0
- bigdl/cpp/libs/llama-bench +0 -0
- bigdl/cpp/libs/llava-cli +0 -0
- bigdl/cpp/libs/lookahead +0 -0
- bigdl/cpp/libs/lookup +0 -0
- bigdl/cpp/libs/ls-sycl-device +0 -0
- bigdl/cpp/libs/main +0 -0
- bigdl/cpp/libs/ollama +0 -0
- bigdl/cpp/libs/parallel +0 -0
- bigdl/cpp/libs/passkey +0 -0
- bigdl/cpp/libs/perplexity +0 -0
- bigdl/cpp/libs/q8dot +0 -0
- bigdl/cpp/libs/quantize +0 -0
- bigdl/cpp/libs/quantize-stats +0 -0
- bigdl/cpp/libs/save-load-state +0 -0
- bigdl/cpp/libs/server +0 -0
- bigdl/cpp/libs/simple +0 -0
- bigdl/cpp/libs/speculative +0 -0
- bigdl/cpp/libs/tokenize +0 -0
- bigdl/cpp/libs/train-text-from-scratch +0 -0
- bigdl/cpp/libs/vdot +0 -0
- {bigdl_core_cpp-2.5.0b20240529.dist-info → bigdl_core_cpp-2.5.0b20240531.dist-info}/METADATA +1 -1
- bigdl_core_cpp-2.5.0b20240531.dist-info/RECORD +55 -0
- bigdl_core_cpp-2.5.0b20240529.dist-info/RECORD +0 -55
- {bigdl_core_cpp-2.5.0b20240529.data → bigdl_core_cpp-2.5.0b20240531.data}/scripts/init-llama-cpp +0 -0
- {bigdl_core_cpp-2.5.0b20240529.data → bigdl_core_cpp-2.5.0b20240531.data}/scripts/init-ollama +0 -0
- {bigdl_core_cpp-2.5.0b20240529.dist-info → bigdl_core_cpp-2.5.0b20240531.dist-info}/WHEEL +0 -0
- {bigdl_core_cpp-2.5.0b20240529.dist-info → bigdl_core_cpp-2.5.0b20240531.dist-info}/top_level.txt +0 -0
bigdl/cpp/libs/baby-llama
CHANGED
Binary file
|
bigdl/cpp/libs/batched
CHANGED
Binary file
|
bigdl/cpp/libs/batched-bench
CHANGED
Binary file
|
bigdl/cpp/libs/beam-search
CHANGED
Binary file
|
bigdl/cpp/libs/benchmark
CHANGED
Binary file
|
Binary file
|
bigdl/cpp/libs/embedding
CHANGED
Binary file
|
bigdl/cpp/libs/export-lora
CHANGED
Binary file
|
bigdl/cpp/libs/finetune
CHANGED
Binary file
|
bigdl/cpp/libs/gguf
CHANGED
Binary file
|
bigdl/cpp/libs/gritlm
CHANGED
Binary file
|
bigdl/cpp/libs/imatrix
CHANGED
Binary file
|
bigdl/cpp/libs/infill
CHANGED
Binary file
|
bigdl/cpp/libs/llama-bench
CHANGED
Binary file
|
bigdl/cpp/libs/llava-cli
CHANGED
Binary file
|
bigdl/cpp/libs/lookahead
CHANGED
Binary file
|
bigdl/cpp/libs/lookup
CHANGED
Binary file
|
bigdl/cpp/libs/ls-sycl-device
CHANGED
Binary file
|
bigdl/cpp/libs/main
CHANGED
Binary file
|
bigdl/cpp/libs/ollama
CHANGED
Binary file
|
bigdl/cpp/libs/parallel
CHANGED
Binary file
|
bigdl/cpp/libs/passkey
CHANGED
Binary file
|
bigdl/cpp/libs/perplexity
CHANGED
Binary file
|
bigdl/cpp/libs/q8dot
CHANGED
Binary file
|
bigdl/cpp/libs/quantize
CHANGED
Binary file
|
bigdl/cpp/libs/quantize-stats
CHANGED
Binary file
|
bigdl/cpp/libs/save-load-state
CHANGED
Binary file
|
bigdl/cpp/libs/server
CHANGED
Binary file
|
bigdl/cpp/libs/simple
CHANGED
Binary file
|
bigdl/cpp/libs/speculative
CHANGED
Binary file
|
bigdl/cpp/libs/tokenize
CHANGED
Binary file
|
Binary file
|
bigdl/cpp/libs/vdot
CHANGED
Binary file
|
@@ -0,0 +1,55 @@
|
|
1
|
+
bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
bigdl/cpp/convert-hf-to-gguf.py,sha256=CXobeZPMBydQhAsFgz9dGnZzWyjS7KkU6eU_T9WmoFY,187149
|
3
|
+
bigdl/cpp/convert.py,sha256=XMMcpfWHwEAAWzwLXe9mmJTU7cMvcyw8g2BFctfZnvI,69417
|
4
|
+
bigdl/cpp/cli/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
5
|
+
bigdl/cpp/cli/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
6
|
+
bigdl/cpp/gguf-py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
bigdl/cpp/gguf-py/gguf/__init__.py,sha256=Xr2OoA3yQ8Z5GcbGcppNQ4Tw9zKMzPxTD0iI6qm-SRc,172
|
8
|
+
bigdl/cpp/gguf-py/gguf/constants.py,sha256=WKonDaR_T0NlibX3p3mE4aDj0ohTjLVyGDnWdMHvOME,34361
|
9
|
+
bigdl/cpp/gguf-py/gguf/gguf.py,sha256=8MDu7a0JEXhLUv_tjhYqDrWubVNc41cFvBYZbkZZenI,478
|
10
|
+
bigdl/cpp/gguf-py/gguf/gguf_reader.py,sha256=ReWAZwL589DW_bKWix0LK2qaDWOj0r4jXPKBymoJ-B4,12028
|
11
|
+
bigdl/cpp/gguf-py/gguf/gguf_writer.py,sha256=kr3biGPsSq3nBEQ4uDIrKJ9zfYOdIRMLOQI4fS6lcpk,20945
|
12
|
+
bigdl/cpp/gguf-py/gguf/lazy.py,sha256=H7YCO73KFK_s1EZtO8-Cj98NJa7JaNPDaD6k1KeKBuA,9788
|
13
|
+
bigdl/cpp/gguf-py/gguf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
|
+
bigdl/cpp/gguf-py/gguf/quants.py,sha256=dI6JsSpaSzfdz7OwfqH1kvK98M_Ax8d6NMNYY5pyoQM,4354
|
15
|
+
bigdl/cpp/gguf-py/gguf/tensor_mapping.py,sha256=WmyVE4nXKyQbfX3_qW4vyFWYX-5xgK_FL7V9oKIf8lY,23425
|
16
|
+
bigdl/cpp/gguf-py/gguf/vocab.py,sha256=vsRrPQ6RafirhBmMp9h3YGZh_tqEjeg7S2hiLvMv7Ys,6847
|
17
|
+
bigdl/cpp/libs/baby-llama,sha256=aVO2niIP30P3szMc1Xu2xxgzNfu4vOH1OWtB-VBP2iY,7413728
|
18
|
+
bigdl/cpp/libs/batched,sha256=RHe65eHlpZ7K-_AJZagbWrVmhzsqLL1Xb8LM8rOwYuU,7338280
|
19
|
+
bigdl/cpp/libs/batched-bench,sha256=JwxBh_nGBef-uYXy3eUc-E45bie-_Isi9bofNxUkZyw,7342536
|
20
|
+
bigdl/cpp/libs/beam-search,sha256=J8ryRnMLC046BBJKhNGXWU6I8EhsexYyMteLWJniyKw,7334376
|
21
|
+
bigdl/cpp/libs/benchmark,sha256=etdt5JTPI4x4c47UofX3Dvn3AmdENfhehmlWIYC1-5U,1456400
|
22
|
+
bigdl/cpp/libs/convert-llama2c-to-ggml,sha256=4FyK2k60YlLxwe08dTlOx_T2d0gaHSPWqUbCyEQ27RI,1494648
|
23
|
+
bigdl/cpp/libs/embedding,sha256=kPHMvKkGINO5X-wcuTvtfMYm7Kjvzjl0B9NIWPx-b0g,7338440
|
24
|
+
bigdl/cpp/libs/export-lora,sha256=eo1n0nFgRq46d1y2AZplBzM-Cmq5tmNzpOe64t75nZQ,5622520
|
25
|
+
bigdl/cpp/libs/finetune,sha256=7ZkHYYQt6W_fF54fL8gxr7ilQe3w2EMSJPFdFnhMxF0,7454952
|
26
|
+
bigdl/cpp/libs/gguf,sha256=h31oYrgBEe4swG9gT9Vt8WoouSy0rPuSFoBCFelgC9s,5613744
|
27
|
+
bigdl/cpp/libs/gritlm,sha256=Cj-Gue2lsI61w1bvKCkhc-Y7TjUy3xBejL2XMCCSBQI,7342824
|
28
|
+
bigdl/cpp/libs/imatrix,sha256=zJiGe_L-sZ853rB_-fHcokp7aLZS5Zq2HhR5Y2WUr-s,7366304
|
29
|
+
bigdl/cpp/libs/infill,sha256=cNJeUOcjDjqEVf-Ms1rMoNibC2FKuYR98T4oRPNeZqw,7376920
|
30
|
+
bigdl/cpp/libs/llama-bench,sha256=nxtxff2HS43GKcucLypvlWXTG2cPA6xp6vU_wFR1K4c,7431792
|
31
|
+
bigdl/cpp/libs/llava-cli,sha256=wYkeYWEXuGnA8r5Vj5VV63DJwsQDW_yFCzLNsArKhq8,7656504
|
32
|
+
bigdl/cpp/libs/lookahead,sha256=Lpxb6r-eo0YYXaMa2ZMpUohev--NMb8u262lTLKvNRM,7346648
|
33
|
+
bigdl/cpp/libs/lookup,sha256=r-h4JQINlW1qHcKWpwl-VBwvQIvcHCWLVPftxoFcouE,7370528
|
34
|
+
bigdl/cpp/libs/ls-sycl-device,sha256=Uap89KOiPu5kpumauo7HiT-4FQbMJvdJ4FGiBdprRAE,5605392
|
35
|
+
bigdl/cpp/libs/main,sha256=ghcEYzM9D67nxOxAGTNJNj9JoNdEh1akxshh7UVCG6o,7397816
|
36
|
+
bigdl/cpp/libs/ollama,sha256=0sRv8fRZaIQ3c0-ggSM5y0w9vy-jB_Q7YkSv3BGIYaw,42599184
|
37
|
+
bigdl/cpp/libs/parallel,sha256=odjuJ5gzs8OqiQr6ZvodGKHyGqsalvAFLXDCUTZz64c,7355000
|
38
|
+
bigdl/cpp/libs/passkey,sha256=AUHpq8ZEYYDDJEkUMREJ60Jeq6C7kEPX786BJulVWmU,7346544
|
39
|
+
bigdl/cpp/libs/perplexity,sha256=mvW_yVNOuNRp_vW0tOdVzQARhXaSYHEMksUvbUFA4B0,7439368
|
40
|
+
bigdl/cpp/libs/q8dot,sha256=9Inhe6AD4UF85fapWGuup76MnCMK9c0cPmr_XZLmlgs,1455296
|
41
|
+
bigdl/cpp/libs/quantize,sha256=SGPRFuJB6rVIr8TL-7_jZDla1OGxAHgZ9QJiUYVb87k,7364640
|
42
|
+
bigdl/cpp/libs/quantize-stats,sha256=t7EOvOR7SaA3jh__TLjt4AycraxIAwEPy7fgJ7_zp3U,6878664
|
43
|
+
bigdl/cpp/libs/save-load-state,sha256=938_nUw6cQKwdP_qF0k04E73XKZEbzwt1BygvP-wpAU,7338576
|
44
|
+
bigdl/cpp/libs/server,sha256=G1c4WzWDEOgwu19SAK79ZKSmHcTJ8E2FKXy__xX6MVQ,8195688
|
45
|
+
bigdl/cpp/libs/simple,sha256=9Zi1c1O0TkfFvR8wV-8zjwOWwyfPIH1dcD2r8hEI1MA,7334184
|
46
|
+
bigdl/cpp/libs/speculative,sha256=qhZbi22qyQqk0XqiC1zBihAHwXJ9RdDa394FN-UqKdg,7372664
|
47
|
+
bigdl/cpp/libs/tokenize,sha256=-9TDYfWpxU9-75Ix2seKvj8GHokzXnrq4VHs1Ez5DtE,7338488
|
48
|
+
bigdl/cpp/libs/train-text-from-scratch,sha256=EXarwUSWa8ShcsXNHoAtcZeQel3Gd1mto-maTF-wmHc,7434008
|
49
|
+
bigdl/cpp/libs/vdot,sha256=gCPDVJSE2zJrqR6Ma1DcwQOWclTinvNFmnFTAmVnxTQ,1477656
|
50
|
+
bigdl_core_cpp-2.5.0b20240531.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
51
|
+
bigdl_core_cpp-2.5.0b20240531.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
52
|
+
bigdl_core_cpp-2.5.0b20240531.dist-info/METADATA,sha256=UyPgF58jSg50WdrXm8G5QyZNVqP5-eEChh7mEZ9iPW8,650
|
53
|
+
bigdl_core_cpp-2.5.0b20240531.dist-info/WHEEL,sha256=GHycjhgos9e5ojAyWZiFxz9HM8k84hAls6WqrsH8row,109
|
54
|
+
bigdl_core_cpp-2.5.0b20240531.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
55
|
+
bigdl_core_cpp-2.5.0b20240531.dist-info/RECORD,,
|
@@ -1,55 +0,0 @@
|
|
1
|
-
bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
bigdl/cpp/convert-hf-to-gguf.py,sha256=CXobeZPMBydQhAsFgz9dGnZzWyjS7KkU6eU_T9WmoFY,187149
|
3
|
-
bigdl/cpp/convert.py,sha256=XMMcpfWHwEAAWzwLXe9mmJTU7cMvcyw8g2BFctfZnvI,69417
|
4
|
-
bigdl/cpp/cli/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
5
|
-
bigdl/cpp/cli/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
6
|
-
bigdl/cpp/gguf-py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
bigdl/cpp/gguf-py/gguf/__init__.py,sha256=Xr2OoA3yQ8Z5GcbGcppNQ4Tw9zKMzPxTD0iI6qm-SRc,172
|
8
|
-
bigdl/cpp/gguf-py/gguf/constants.py,sha256=WKonDaR_T0NlibX3p3mE4aDj0ohTjLVyGDnWdMHvOME,34361
|
9
|
-
bigdl/cpp/gguf-py/gguf/gguf.py,sha256=8MDu7a0JEXhLUv_tjhYqDrWubVNc41cFvBYZbkZZenI,478
|
10
|
-
bigdl/cpp/gguf-py/gguf/gguf_reader.py,sha256=ReWAZwL589DW_bKWix0LK2qaDWOj0r4jXPKBymoJ-B4,12028
|
11
|
-
bigdl/cpp/gguf-py/gguf/gguf_writer.py,sha256=kr3biGPsSq3nBEQ4uDIrKJ9zfYOdIRMLOQI4fS6lcpk,20945
|
12
|
-
bigdl/cpp/gguf-py/gguf/lazy.py,sha256=H7YCO73KFK_s1EZtO8-Cj98NJa7JaNPDaD6k1KeKBuA,9788
|
13
|
-
bigdl/cpp/gguf-py/gguf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
|
-
bigdl/cpp/gguf-py/gguf/quants.py,sha256=dI6JsSpaSzfdz7OwfqH1kvK98M_Ax8d6NMNYY5pyoQM,4354
|
15
|
-
bigdl/cpp/gguf-py/gguf/tensor_mapping.py,sha256=WmyVE4nXKyQbfX3_qW4vyFWYX-5xgK_FL7V9oKIf8lY,23425
|
16
|
-
bigdl/cpp/gguf-py/gguf/vocab.py,sha256=vsRrPQ6RafirhBmMp9h3YGZh_tqEjeg7S2hiLvMv7Ys,6847
|
17
|
-
bigdl/cpp/libs/baby-llama,sha256=0A0iLR5fh7o_v3BETQ2c_yxUdA4UgiXdi1SFjrBFXIA,7368672
|
18
|
-
bigdl/cpp/libs/batched,sha256=AB_mTsT82JUJOi3ONH5LxwWcP4IpzF0JuRPhbAashzQ,7293224
|
19
|
-
bigdl/cpp/libs/batched-bench,sha256=yjXqW6UT7zmdGrmAOaFs3zKUL8K5y-HF3yeTBqRRODI,7293384
|
20
|
-
bigdl/cpp/libs/beam-search,sha256=ybNHUUjv0zka_VFBvLZhspPoTIVv6E381d2mEg_ua-g,7289320
|
21
|
-
bigdl/cpp/libs/benchmark,sha256=9F0Zy9tAps1nT2x6zXKGASVdnStwVVGn4Gds0jLfun4,1456400
|
22
|
-
bigdl/cpp/libs/convert-llama2c-to-ggml,sha256=gE1o6YJrIUIy-c2WSmoKH8QarBDlfdNh2Q1HHqicZTk,1494648
|
23
|
-
bigdl/cpp/libs/embedding,sha256=L75r8A9YkSq5E-JxF-utdj7O_Z4O2TG7qdHg3A3C748,7293384
|
24
|
-
bigdl/cpp/libs/export-lora,sha256=j9oxETxOOqdCS7ZYLj5EF90edAo_jZmLpInPvsNfkvk,5577464
|
25
|
-
bigdl/cpp/libs/finetune,sha256=oFj538V6YnMwYBEHmAtXan1CCG4Ise7JQeiwkINqA_A,7409896
|
26
|
-
bigdl/cpp/libs/gguf,sha256=OS_5LW8mxSJ9Y9e9MJJkFsTfJ1nvDCFKoOGryJ1vzcA,5568688
|
27
|
-
bigdl/cpp/libs/gritlm,sha256=AwMgKX38JvBt-QNa2q1qBWsZkMx6NbqCpqzuxEY0yHE,7297768
|
28
|
-
bigdl/cpp/libs/imatrix,sha256=HVs5pgK9_bVmtjhK_OFl6GMLB8pPAZ4D5RSfsrDPcBU,7321248
|
29
|
-
bigdl/cpp/libs/infill,sha256=PhZuY5N7j5MhWGGbjT5KMVqwpGls24W35xd4i61VZPw,7331864
|
30
|
-
bigdl/cpp/libs/llama-bench,sha256=6FhvGJ4vTr6Bbt7gc1WABDVzizhcbTs14jjflkjPlz4,7386736
|
31
|
-
bigdl/cpp/libs/llava-cli,sha256=gytc9Odu-p526OwHleyqCwlqKLtKnPUD-8xanTZooMw,7607352
|
32
|
-
bigdl/cpp/libs/lookahead,sha256=5QDAJlJUCZefHprIeziReerjNUppT4GEedUwdCLLvZc,7301592
|
33
|
-
bigdl/cpp/libs/lookup,sha256=JrJLfA9VVLbSAkxHfs5N9guTZgFF6QGOlwEq6nc3w2Y,7325472
|
34
|
-
bigdl/cpp/libs/ls-sycl-device,sha256=l5MCWJbwswwiB2xpMV7UKMEhNwCreTiaVehCbDZfMRg,5560336
|
35
|
-
bigdl/cpp/libs/main,sha256=JtZNOTEqpie7JIKKNvkOrLp23gaDjFAz8U3JeLT11h8,7352760
|
36
|
-
bigdl/cpp/libs/ollama,sha256=mcGDlPNEet-2nLZLP2dpewpeYy7hsNO9uj6GCUv3VkA,42558264
|
37
|
-
bigdl/cpp/libs/parallel,sha256=ZMt2nPF44afSv7VTB-u6fFqh4cd5-2ts9dLM2rp3NXM,7309944
|
38
|
-
bigdl/cpp/libs/passkey,sha256=3qFheE0TEaldz3_ZJxivpJY2lErU4cYmFVqUBj5Wq0Y,7301488
|
39
|
-
bigdl/cpp/libs/perplexity,sha256=21nuXh99cAY8m_VlIZnLssNFXKhss5ndA_VoXgQoWDA,7394312
|
40
|
-
bigdl/cpp/libs/q8dot,sha256=aTXa5HBFxyIrI1O25lT-X24QXmz9FquaZJY-kyHKsXg,1455296
|
41
|
-
bigdl/cpp/libs/quantize,sha256=vfBqPeTcKLe3E6XiVFK-ZXqdEGNwq9BNC0WLRnJBgPM,7319584
|
42
|
-
bigdl/cpp/libs/quantize-stats,sha256=KdqSeynk-l8GaQLh0Mehs5iOUUnGWHPDTnjrH_tYXCI,6833608
|
43
|
-
bigdl/cpp/libs/save-load-state,sha256=Lt9WLRpgt2mDVKUPn9_ilEOMYXY-VSbHPXz3GtZubT4,7293520
|
44
|
-
bigdl/cpp/libs/server,sha256=81_Dg7ZunEUiHWH_a9P-Hi6KYK0ChzsVMPMIeInnNAA,8146536
|
45
|
-
bigdl/cpp/libs/simple,sha256=0StuylkwO4PlQZdPbsiXUgYFiynII1fRjDuB7J6AM-4,7289128
|
46
|
-
bigdl/cpp/libs/speculative,sha256=QXHPiYZF8U1LcfSABfol6eWYRupt3k2Ec_OtiKlUpTE,7327608
|
47
|
-
bigdl/cpp/libs/tokenize,sha256=OUDXyMk0nII-OEk7CnZsYtlvnlppJxw_SSpz8Bjg4B4,7293432
|
48
|
-
bigdl/cpp/libs/train-text-from-scratch,sha256=NWKOUROPWWD80fapL7SVnURjH9NLMhk-Iq3jHEF2Y9Y,7388952
|
49
|
-
bigdl/cpp/libs/vdot,sha256=VSeeF2pn2ddREzeHXQVWSViHQ6whGs1tmAsXBrTDofI,1477656
|
50
|
-
bigdl_core_cpp-2.5.0b20240529.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
51
|
-
bigdl_core_cpp-2.5.0b20240529.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
52
|
-
bigdl_core_cpp-2.5.0b20240529.dist-info/METADATA,sha256=BDLyRfYDceKv8TvbDpG6FwkThPAoG8CL_-6RgMU_dkc,650
|
53
|
-
bigdl_core_cpp-2.5.0b20240529.dist-info/WHEEL,sha256=GHycjhgos9e5ojAyWZiFxz9HM8k84hAls6WqrsH8row,109
|
54
|
-
bigdl_core_cpp-2.5.0b20240529.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
55
|
-
bigdl_core_cpp-2.5.0b20240529.dist-info/RECORD,,
|
{bigdl_core_cpp-2.5.0b20240529.data → bigdl_core_cpp-2.5.0b20240531.data}/scripts/init-llama-cpp
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240529.data → bigdl_core_cpp-2.5.0b20240531.data}/scripts/init-ollama
RENAMED
File without changes
|
File without changes
|
{bigdl_core_cpp-2.5.0b20240529.dist-info → bigdl_core_cpp-2.5.0b20240531.dist-info}/top_level.txt
RENAMED
File without changes
|