bigdl-core-cpp 2.5.0b20240604__py3-none-manylinux2010_x86_64.whl → 2.5.0b20240605__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.0b20240604.dist-info → bigdl_core_cpp-2.5.0b20240605.dist-info}/METADATA +1 -1
- bigdl_core_cpp-2.5.0b20240605.dist-info/RECORD +55 -0
- bigdl_core_cpp-2.5.0b20240604.dist-info/RECORD +0 -55
- {bigdl_core_cpp-2.5.0b20240604.data → bigdl_core_cpp-2.5.0b20240605.data}/scripts/init-llama-cpp +0 -0
- {bigdl_core_cpp-2.5.0b20240604.data → bigdl_core_cpp-2.5.0b20240605.data}/scripts/init-ollama +0 -0
- {bigdl_core_cpp-2.5.0b20240604.dist-info → bigdl_core_cpp-2.5.0b20240605.dist-info}/WHEEL +0 -0
- {bigdl_core_cpp-2.5.0b20240604.dist-info → bigdl_core_cpp-2.5.0b20240605.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=OKhSK5ur6ca7m7N8G7DxMVipkS1EpBy0BCiEWyui9j8,7475312
|
18
|
+
bigdl/cpp/libs/batched,sha256=dLjCoaW6IzGxvtOnCN3ZBSUEuFIfHO--PnjVnoVvKa8,7399888
|
19
|
+
bigdl/cpp/libs/batched-bench,sha256=_ZplWInteof39n2_w5y1OXr-LsiilYcMT1CsNMDobdM,7400048
|
20
|
+
bigdl/cpp/libs/beam-search,sha256=WoXDA-OvMt72Hu9ktNMPdzYOvcXk0WUh40i7U2KlnBU,7395960
|
21
|
+
bigdl/cpp/libs/benchmark,sha256=qcN8jLWGA23G_1Nc5iFuRchDrPMYmwblQhby_eEsIU0,1456400
|
22
|
+
bigdl/cpp/libs/convert-llama2c-to-ggml,sha256=D9IeLnfrAak6Dk4HbYS3iyfuoDJA0ramdcd33qVwWXA,1494648
|
23
|
+
bigdl/cpp/libs/embedding,sha256=65uMokpCDMft46M9qPRZ6qoC-lo5Z8FrMKVanL8csnM,7400032
|
24
|
+
bigdl/cpp/libs/export-lora,sha256=iKg1vSo4FoPFA1pxsL2octIqzkKo-qyjSptPTq98FCw,5684064
|
25
|
+
bigdl/cpp/libs/finetune,sha256=_hlhZa_hlAIvAIuqPuUFk_E6d-_hmPeLUknno8cRyRs,7516536
|
26
|
+
bigdl/cpp/libs/gguf,sha256=Mh25IMLa55h4FsWWLR51XkXJk4XAahKPSf8gtHRNj8U,5675288
|
27
|
+
bigdl/cpp/libs/gritlm,sha256=-PYWdDu1tty5Tqi7YMZCWYle2JxWypw4yoKTQt4aZn8,7404416
|
28
|
+
bigdl/cpp/libs/imatrix,sha256=SQEx75csXVXwt5UJUdhzz_I-ZagAcrcBRhXTYYDA8s4,7427888
|
29
|
+
bigdl/cpp/libs/infill,sha256=8jfhBGOL0xWzkyS_uC9KTHRk3894PArDrOBBDTsa5Xo,7438520
|
30
|
+
bigdl/cpp/libs/llama-bench,sha256=EA0-ySwES4N-1vwbq2rfY9KBN7kx3yE8zZTw2xiBogQ,7493384
|
31
|
+
bigdl/cpp/libs/llava-cli,sha256=qta23R7NYk38hTeZg2HojioK7b3Emj07Nerwy3sV5r8,7713976
|
32
|
+
bigdl/cpp/libs/lookahead,sha256=P0tO1H8n7v6poCYHYXsxaiZgFHRhvBccPfnTxODnUI4,7408256
|
33
|
+
bigdl/cpp/libs/lookup,sha256=MaLihsfEyW-tBo2gUIRecSzK9JezrJsp6vRMAN5W2hs,7432128
|
34
|
+
bigdl/cpp/libs/ls-sycl-device,sha256=SLVHjpzKNaF3LSCoXR3Yh7DFQQdaMhcJ0er5iVDZ_to,5666936
|
35
|
+
bigdl/cpp/libs/main,sha256=NVxui5LeLAzZRilyPCtW14-ELsokyWiftQ6G-7dsCYM,7459416
|
36
|
+
bigdl/cpp/libs/ollama,sha256=smFUIN1_SxbHhsAYgu9OU3kr4h7qD-LmgBZGyk0Kmfw,42660632
|
37
|
+
bigdl/cpp/libs/parallel,sha256=bPs2Z8S4UbiQPqvo0egC8EMm9t_nut9BfaDvASLDLvM,7416608
|
38
|
+
bigdl/cpp/libs/passkey,sha256=8vqls3b9COyf8ZSybm_rNnL5KjYcUpzrYg1p1Mx3Kws,7408144
|
39
|
+
bigdl/cpp/libs/perplexity,sha256=o4WeBe7tOsyEdg8mI6wSWdcf2iWVDD37M8FZ1dDbuIo,7500968
|
40
|
+
bigdl/cpp/libs/q8dot,sha256=73vkJE1UQu73KVOH5eE3JLsaS63Fajuqa1h_Gulc1RM,1455296
|
41
|
+
bigdl/cpp/libs/quantize,sha256=e8-uBRo8Fm15IyvAw_r7xWsQZP9b0zS6rZwcQAQ-akw,7426208
|
42
|
+
bigdl/cpp/libs/quantize-stats,sha256=PEdubAoN9BqX94txrXQkZml_ikYHgXJoYXOgNL3josw,6940232
|
43
|
+
bigdl/cpp/libs/save-load-state,sha256=z2hSgTEOyygJCpwQmcOBoEtd-h_zUIyRTWqAHDQm020,7400160
|
44
|
+
bigdl/cpp/libs/server,sha256=8jAzdgMgo_RutxELSKLW-kxlwIae7vJRBVSCoLeLfmo,8253272
|
45
|
+
bigdl/cpp/libs/simple,sha256=yCtXd7PainvPuiOzcMp11JBj4dWUz0ILjBWBgc7uDYY,7395792
|
46
|
+
bigdl/cpp/libs/speculative,sha256=F2HLMWegQ2FK2p2RzsQGkncGtE9_qspsAGqk120JixI,7434272
|
47
|
+
bigdl/cpp/libs/tokenize,sha256=wT10-7kZjv5eXFKUdeRmH26SH73IHWl7smPItgB749U,7400080
|
48
|
+
bigdl/cpp/libs/train-text-from-scratch,sha256=F6IRlCzz_T3GE68WZbkcteVrssmi-98ga7domxIA1iY,7495592
|
49
|
+
bigdl/cpp/libs/vdot,sha256=4NXvCwPecZxJa13bik_311GL-apWQqjxnflQ_tOc-8o,1477656
|
50
|
+
bigdl_core_cpp-2.5.0b20240605.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
51
|
+
bigdl_core_cpp-2.5.0b20240605.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
52
|
+
bigdl_core_cpp-2.5.0b20240605.dist-info/METADATA,sha256=OJIGWrEdle_2HYv7sA46aTUEltZWIRRsw3_1yKxexhw,650
|
53
|
+
bigdl_core_cpp-2.5.0b20240605.dist-info/WHEEL,sha256=GHycjhgos9e5ojAyWZiFxz9HM8k84hAls6WqrsH8row,109
|
54
|
+
bigdl_core_cpp-2.5.0b20240605.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
55
|
+
bigdl_core_cpp-2.5.0b20240605.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=sbnEvVaShBgngK6ocnsZghz-Sil4WUEkY__bENwI6QA,7471072
|
18
|
-
bigdl/cpp/libs/batched,sha256=dIz9m8ryhVtwDHCO539fKi0k1qzgmw2ta-NvmU0mc9Q,7395624
|
19
|
-
bigdl/cpp/libs/batched-bench,sha256=hkQdA-GGLFSYQYcj3UJvpbQ3VNFnAW75KFYnDRpADpk,7395784
|
20
|
-
bigdl/cpp/libs/beam-search,sha256=QZOyel6XYyH9ycH4fAadgFXdIV-nNnHZ0syt6V8h_nY,7387624
|
21
|
-
bigdl/cpp/libs/benchmark,sha256=ZT-CkFWxDg4d46j69x-VY9gEoPOAjxSLAEjwBhy-Wxo,1456400
|
22
|
-
bigdl/cpp/libs/convert-llama2c-to-ggml,sha256=DufC1mssXOWecD8He9fOcCVcCJJCyJ5guTlcM5qis3E,1494648
|
23
|
-
bigdl/cpp/libs/embedding,sha256=rc8zuMSnEqE2VjtkPklwPjpzqk_8Wi4TyqdNogavleo,7391688
|
24
|
-
bigdl/cpp/libs/export-lora,sha256=y9dUoP2RTjVat0uTr0nNFZvgMtO1wdSFidJOURPGHqo,5679864
|
25
|
-
bigdl/cpp/libs/finetune,sha256=w_eHwCLUQ2W58rEDYGBbEX6GpFbNJPLk7scCio6OvBU,7512296
|
26
|
-
bigdl/cpp/libs/gguf,sha256=mbwvltHU0zh4H17c0ji0SoEvCsAur_BkwBmKvID1-u8,5671088
|
27
|
-
bigdl/cpp/libs/gritlm,sha256=7GEjOVvL0pTIvVzUH1xwhXyNrxs3HI_KN7xkyYjEft0,7396072
|
28
|
-
bigdl/cpp/libs/imatrix,sha256=1LW_wLxzNQ9FPYnsRvs_E734BrVrMcGgx4nh94yZpEw,7419552
|
29
|
-
bigdl/cpp/libs/infill,sha256=_EcM6ZsYN_u3zMgcFBDlwsOdvNzPdnrIkpcfbmz2v9k,7434264
|
30
|
-
bigdl/cpp/libs/llama-bench,sha256=rUbzbxpIRwImIaUI_5fGdHivjthbnE6k_5XQpad1Mas,7489136
|
31
|
-
bigdl/cpp/libs/llava-cli,sha256=b28OdFCYNhhGEnS6JeGR8GVgL8PyTx6oUvO418_Fuj0,7709752
|
32
|
-
bigdl/cpp/libs/lookahead,sha256=ctTTv98Kv1NBSeSI9zdoKEg4m0EIrsOn86L3L6QuqFI,7403992
|
33
|
-
bigdl/cpp/libs/lookup,sha256=9-UpQA9PgZZYGUb-hej_ua_khFEjktOk_pU9Ktg8jaQ,7423776
|
34
|
-
bigdl/cpp/libs/ls-sycl-device,sha256=Hj4hDavHxrDvs5zowZcj_qpcCMwRkzfC7n32NXxGDlQ,5662736
|
35
|
-
bigdl/cpp/libs/main,sha256=5dcF8fCpdxaC2bN4kzvIqs8tHcGdPOOE6idgJhUgxUU,7451064
|
36
|
-
bigdl/cpp/libs/ollama,sha256=2mnGi6tWwNYgCaKxi8ueJf84QjJ7nZNIIXtRihGcBJQ,42648360
|
37
|
-
bigdl/cpp/libs/parallel,sha256=CXRbNMoJIfdpMsBRC-JbpV6LG3jnP92Jgs3KobpmuhA,7412344
|
38
|
-
bigdl/cpp/libs/passkey,sha256=72AvDLkAfVx8pkpsCKch1v7owxYhEZTPSfPbCNf5LHk,7399792
|
39
|
-
bigdl/cpp/libs/perplexity,sha256=11NOlzAm_ypL5VIgVAn_MasLUC4vICubxBAvz8H2bmg,7492616
|
40
|
-
bigdl/cpp/libs/q8dot,sha256=Irvi2OjtxcfTMTJivBEf0Q4mkufN8Es9ncabMMs_cWY,1455296
|
41
|
-
bigdl/cpp/libs/quantize,sha256=t0MTWkHiU3zJoUBam1fstKUWAne44ChJm-hHUmwbPXc,7421984
|
42
|
-
bigdl/cpp/libs/quantize-stats,sha256=EhHjS-LpGhLWlowtc1FPqHFPfto1f-L2GPCzoFFQo7s,6936008
|
43
|
-
bigdl/cpp/libs/save-load-state,sha256=P5OSOlBLa5I3oc3HWzphg9I_Eevgw1D9NgXoLbTGqUs,7391824
|
44
|
-
bigdl/cpp/libs/server,sha256=OlFRQ-4HjqDhxFEN0BHpQp26WXCn2314BM9cCWTIRos,8248936
|
45
|
-
bigdl/cpp/libs/simple,sha256=WCp8VBtYyKKUCrsz-85ERSkX6r8RzV6HA-gNOcOH3rM,7391528
|
46
|
-
bigdl/cpp/libs/speculative,sha256=nrqMPm5Atto26pNZA3SoMIbRm0q5JEozy2_rbPGavQI,7430008
|
47
|
-
bigdl/cpp/libs/tokenize,sha256=H-N1tUyilGy8uMeBZtbCJrunfFqo-c-ez8Jhl6vQTLg,7391736
|
48
|
-
bigdl/cpp/libs/train-text-from-scratch,sha256=dXJpwSxi-1Zcsvq4KYcI4qjidPxUUciylctg6DbFc2A,7491352
|
49
|
-
bigdl/cpp/libs/vdot,sha256=uTvxKkaIR25Bcpm-enN97hvCv7v30UCW-vKDkmAbTU0,1477656
|
50
|
-
bigdl_core_cpp-2.5.0b20240604.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
51
|
-
bigdl_core_cpp-2.5.0b20240604.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
52
|
-
bigdl_core_cpp-2.5.0b20240604.dist-info/METADATA,sha256=rESLn3t37zJthrhFFeNUlCuvnqse35cIEeaP6_EGa2A,650
|
53
|
-
bigdl_core_cpp-2.5.0b20240604.dist-info/WHEEL,sha256=GHycjhgos9e5ojAyWZiFxz9HM8k84hAls6WqrsH8row,109
|
54
|
-
bigdl_core_cpp-2.5.0b20240604.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
55
|
-
bigdl_core_cpp-2.5.0b20240604.dist-info/RECORD,,
|
{bigdl_core_cpp-2.5.0b20240604.data → bigdl_core_cpp-2.5.0b20240605.data}/scripts/init-llama-cpp
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240604.data → bigdl_core_cpp-2.5.0b20240605.data}/scripts/init-ollama
RENAMED
File without changes
|
File without changes
|
{bigdl_core_cpp-2.5.0b20240604.dist-info → bigdl_core_cpp-2.5.0b20240605.dist-info}/top_level.txt
RENAMED
File without changes
|