bigdl-core-cpp 2.5.0b20240528__py3-none-manylinux2010_x86_64.whl → 2.5.0b20240529__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.0b20240528.dist-info → bigdl_core_cpp-2.5.0b20240529.dist-info}/METADATA +1 -1
- bigdl_core_cpp-2.5.0b20240529.dist-info/RECORD +55 -0
- bigdl_core_cpp-2.5.0b20240528.dist-info/RECORD +0 -55
- {bigdl_core_cpp-2.5.0b20240528.data → bigdl_core_cpp-2.5.0b20240529.data}/scripts/init-llama-cpp +0 -0
- {bigdl_core_cpp-2.5.0b20240528.data → bigdl_core_cpp-2.5.0b20240529.data}/scripts/init-ollama +0 -0
- {bigdl_core_cpp-2.5.0b20240528.dist-info → bigdl_core_cpp-2.5.0b20240529.dist-info}/WHEEL +0 -0
- {bigdl_core_cpp-2.5.0b20240528.dist-info → bigdl_core_cpp-2.5.0b20240529.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=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,,
|
@@ -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=ZS6CGHg-isB8AiC9NNOpdPrXXDFfckSxxfArEiMsSO0,7368672
|
18
|
-
bigdl/cpp/libs/batched,sha256=XSCbhK0IGZOhU-clqfi6GabApl4vcbZ1-DSc_cq3MpQ,7293224
|
19
|
-
bigdl/cpp/libs/batched-bench,sha256=3_6kLzCF0OacTnnJD9AP6NGFz9IivDlEXyMaMo47EiQ,7297480
|
20
|
-
bigdl/cpp/libs/beam-search,sha256=0Q5jxgnq1iBKDqDVPoNc8XW6GnOcpylaXrPbEcr6FqM,7289320
|
21
|
-
bigdl/cpp/libs/benchmark,sha256=tJ8uFTGx3hq9Rpxi3kXFiAeTKnPRey0B9fIv35H_-4U,1456400
|
22
|
-
bigdl/cpp/libs/convert-llama2c-to-ggml,sha256=27r_uHKWgrFEbkQILN789msQ0eSp7ocQzQaZu_12fqU,1494648
|
23
|
-
bigdl/cpp/libs/embedding,sha256=kjuQUeAswlvbwNRwq1w8WyZqzgu6sk8Yc1GqzbWGahI,7293384
|
24
|
-
bigdl/cpp/libs/export-lora,sha256=5dEOq0FJ7B9O059c28nFUUFJjITwUIeeVzaeQ1wi1g0,5577464
|
25
|
-
bigdl/cpp/libs/finetune,sha256=yBjh25s6wz70QRf6PMdL4YryA16E-zfC4WpSyjuPIGI,7409896
|
26
|
-
bigdl/cpp/libs/gguf,sha256=sj-AZuW1H9iWMZpZjJZg0Pi258k89FViChLcOuDxBoQ,5568688
|
27
|
-
bigdl/cpp/libs/gritlm,sha256=nBp5NKgx42DWDLvkRKxdgiyyHKAs6P2OMBgAicpuwBQ,7297768
|
28
|
-
bigdl/cpp/libs/imatrix,sha256=1DFqIWavonn3SSXYEBdhOhqk3g38vKndwwhQuR5cylo,7321248
|
29
|
-
bigdl/cpp/libs/infill,sha256=n3zNVcJrNCM7A-8AoMJJ0NWI7RwJu46gJhDonmdxxxE,7331864
|
30
|
-
bigdl/cpp/libs/llama-bench,sha256=XCa8GNu32YOVamHZlmwDkmkc9ps9Rcq5hJRepXsMVVI,7386736
|
31
|
-
bigdl/cpp/libs/llava-cli,sha256=xGZnjJluWOR-NmQ_l4qeaK7dNPHaPUczKDcLT6JMON0,7611448
|
32
|
-
bigdl/cpp/libs/lookahead,sha256=1hi7ZSZlsaGrzhom6sZhTBO0qdJDDPLckWtdmWXR8kc,7301592
|
33
|
-
bigdl/cpp/libs/lookup,sha256=r_TDqZu3WL9bmeTVYl2YZSwtv6wBeWAN-NmShTO5FoA,7325472
|
34
|
-
bigdl/cpp/libs/ls-sycl-device,sha256=z-opQ_dOVbmdampsCsh80SYe1qQMxrm0tsKvOyLhWCY,5560336
|
35
|
-
bigdl/cpp/libs/main,sha256=VS8Ee0GuEnI-zaqchQl8o2AAxA080R5jmeDadV2dyWw,7352760
|
36
|
-
bigdl/cpp/libs/ollama,sha256=Rv4h-9ifiNtANKvYtZxqf5mds92W61GAOGwso-E76cE,42558264
|
37
|
-
bigdl/cpp/libs/parallel,sha256=EUJPw4e_an9e1uu4u8pfwHMMDDrWX2tvQ1MC5bVOd0w,7309944
|
38
|
-
bigdl/cpp/libs/passkey,sha256=_nWa6yXmyVf50f_SxINWYxkTYWqawJc6qiurDzhoVd4,7301488
|
39
|
-
bigdl/cpp/libs/perplexity,sha256=7UrRoxbg3aMd5mW5m0hljdvlAu1deHjMXViL1aoMD3E,7394312
|
40
|
-
bigdl/cpp/libs/q8dot,sha256=3VOEUO_zTqKN_FNmx4-nmixy_eQhEw20sl-HcoCuqNo,1455296
|
41
|
-
bigdl/cpp/libs/quantize,sha256=hJ6i-5WrZ_zqVNpgmvTKgcgCyC8wKFlWQVNmLc0quik,7319584
|
42
|
-
bigdl/cpp/libs/quantize-stats,sha256=k_-AmPN_VT7ZlppkhJVH0hRfKVS80nvVCABlwjW1b4Q,6833608
|
43
|
-
bigdl/cpp/libs/save-load-state,sha256=3puTG20JIVKP9ChqDsXglQUKCqNHvhhNJgsF8ZC5IEI,7293520
|
44
|
-
bigdl/cpp/libs/server,sha256=iEfl3NaOmeM7ZMM89nqiozU44HvxClWk1LiftM8AtdY,8150632
|
45
|
-
bigdl/cpp/libs/simple,sha256=AJnemqW_-RQAAZn49mNUZP0z9tYdeMkusWaKUfLq7D8,7289128
|
46
|
-
bigdl/cpp/libs/speculative,sha256=9ikbRSf4uoopHjgtgdf7Qt5BYoEEQks7pK0buSfHd1A,7327608
|
47
|
-
bigdl/cpp/libs/tokenize,sha256=p8fKxHiitNXWgYHAsiVOJZ64LJm8Gh7nNAgKbgOIX30,7293432
|
48
|
-
bigdl/cpp/libs/train-text-from-scratch,sha256=I2xasgAcLMpmfia614LWXrBmAztkgzFhZnZAVxRhC5g,7388952
|
49
|
-
bigdl/cpp/libs/vdot,sha256=veOPcwFYH4GvieCDeRPoIO6L87DL83kyHUvIY7EzliE,1477656
|
50
|
-
bigdl_core_cpp-2.5.0b20240528.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
51
|
-
bigdl_core_cpp-2.5.0b20240528.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
52
|
-
bigdl_core_cpp-2.5.0b20240528.dist-info/METADATA,sha256=8l9MuAYmVfAMlu6xGb9adq8rFDm1tSgBcupGlP80nog,650
|
53
|
-
bigdl_core_cpp-2.5.0b20240528.dist-info/WHEEL,sha256=GHycjhgos9e5ojAyWZiFxz9HM8k84hAls6WqrsH8row,109
|
54
|
-
bigdl_core_cpp-2.5.0b20240528.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
55
|
-
bigdl_core_cpp-2.5.0b20240528.dist-info/RECORD,,
|
{bigdl_core_cpp-2.5.0b20240528.data → bigdl_core_cpp-2.5.0b20240529.data}/scripts/init-llama-cpp
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240528.data → bigdl_core_cpp-2.5.0b20240529.data}/scripts/init-ollama
RENAMED
File without changes
|
File without changes
|
{bigdl_core_cpp-2.5.0b20240528.dist-info → bigdl_core_cpp-2.5.0b20240529.dist-info}/top_level.txt
RENAMED
File without changes
|