bigdl-core-cpp 2.5.0b20240605__py3-none-manylinux2010_x86_64.whl → 2.5.0b20240606__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/convert-hf-to-gguf.py +0 -4
- 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.0b20240605.dist-info → bigdl_core_cpp-2.5.0b20240606.dist-info}/METADATA +1 -1
- bigdl_core_cpp-2.5.0b20240606.dist-info/RECORD +55 -0
- bigdl_core_cpp-2.5.0b20240605.dist-info/RECORD +0 -55
- {bigdl_core_cpp-2.5.0b20240605.data → bigdl_core_cpp-2.5.0b20240606.data}/scripts/init-llama-cpp +0 -0
- {bigdl_core_cpp-2.5.0b20240605.data → bigdl_core_cpp-2.5.0b20240606.data}/scripts/init-ollama +0 -0
- {bigdl_core_cpp-2.5.0b20240605.dist-info → bigdl_core_cpp-2.5.0b20240606.dist-info}/WHEEL +0 -0
- {bigdl_core_cpp-2.5.0b20240605.dist-info → bigdl_core_cpp-2.5.0b20240606.dist-info}/top_level.txt +0 -0
bigdl/cpp/convert-hf-to-gguf.py
CHANGED
@@ -12,11 +12,7 @@ import sys
|
|
12
12
|
from enum import IntEnum
|
13
13
|
from pathlib import Path
|
14
14
|
from hashlib import sha256
|
15
|
-
<<<<<<< HEAD
|
16
|
-
from typing import TYPE_CHECKING, Any, Callable, ContextManager, Iterator, Sequence, TypeVar, cast
|
17
|
-
=======
|
18
15
|
from typing import TYPE_CHECKING, Any, Callable, ContextManager, Iterable, Iterator, Sequence, TypeVar, cast
|
19
|
-
>>>>>>> uupstream/master
|
20
16
|
|
21
17
|
import math
|
22
18
|
import numpy as np
|
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=zu16mYfD5qcCBZH2fxH8qkH_brpsIVqeX6khIlqHc1Q,187004
|
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=F4C9qI1zO-sJzlx1DnOlvZQ7mJmE1NMkpdkuYS-XRJM,7475344
|
18
|
+
bigdl/cpp/libs/batched,sha256=gscOoaYT5oaAeNiXMsXS8zmgT-6Bg4jDp3oyu7bPFss,7399912
|
19
|
+
bigdl/cpp/libs/batched-bench,sha256=stG0Dauwe5TP95tASucW7lGH54G-RKJlX9Q2jxUspJE,7400072
|
20
|
+
bigdl/cpp/libs/beam-search,sha256=zMqG7SRWP-LewQDE6FuS9mW2tQ8MGk2xXz-RNtXbJG0,7395984
|
21
|
+
bigdl/cpp/libs/benchmark,sha256=thRLcx_-V-3JKnvDjBBd8vGqaVrMJEVFPSAdkrExSR8,1456400
|
22
|
+
bigdl/cpp/libs/convert-llama2c-to-ggml,sha256=zeN3ogoxaw6GIiCbc7zdSPwkRYDv-0vfaRd50k1mNUU,1494648
|
23
|
+
bigdl/cpp/libs/embedding,sha256=0hj2CEaM43TMkNXkzqEIJ0PBzFkzuC3LKwpjgdkJB08,7400056
|
24
|
+
bigdl/cpp/libs/export-lora,sha256=EbNT8Na7r2OipH65ihM37sMztabnHglO5-82n2xgRXQ,5684088
|
25
|
+
bigdl/cpp/libs/finetune,sha256=0NLDjoWN9b5QzNU6ZEs47KRKG5gJsayQ2Cbn6KGNKTM,7516568
|
26
|
+
bigdl/cpp/libs/gguf,sha256=EJB2nJNgAd79WGrDGWUCC460brW5kvhqR2VeSwbD-9w,5675312
|
27
|
+
bigdl/cpp/libs/gritlm,sha256=adNv7o_frQbE9TqWi63Okv4y4Szvkf3kvWFeaMybin8,7404440
|
28
|
+
bigdl/cpp/libs/imatrix,sha256=g6t51x1Fcj9atZMl0T5bPqAz9rsZEFjkN9cUF_V83Ms,7427912
|
29
|
+
bigdl/cpp/libs/infill,sha256=tIQviDKXuz3z06QihHL1-cFOqk3a-Pq2B3vwsajrgWc,7438544
|
30
|
+
bigdl/cpp/libs/llama-bench,sha256=G2bPgzg2SlSYK3EGeNh5xvGRgTR388jPjIfxpfdwrHA,7493408
|
31
|
+
bigdl/cpp/libs/llava-cli,sha256=ShQsfDF8lX6s0ZdmRwbySYCybIYED9FRMDtnObMbHH0,7714000
|
32
|
+
bigdl/cpp/libs/lookahead,sha256=CqGALCceP6qscYR2OKY8NCleElJCFN9d8NNPyyE84kI,7408280
|
33
|
+
bigdl/cpp/libs/lookup,sha256=8cdj67Ea7486g-ZGPzqXSm9YygBQGXOyti8JjEanWMA,7432160
|
34
|
+
bigdl/cpp/libs/ls-sycl-device,sha256=JwFtRAnK7lMvBr3TWHyloKrYOctVIs3_qkch-kGncBs,5666960
|
35
|
+
bigdl/cpp/libs/main,sha256=1M8cOS_T116zK_RfMJSMHqqsyy-tukOjgaCtGh3zqpA,7459440
|
36
|
+
bigdl/cpp/libs/ollama,sha256=6-Kn9jfx1Mm0RcwTAS_CLAxO44W80b1NN8eyT8B2iSo,42660624
|
37
|
+
bigdl/cpp/libs/parallel,sha256=Q78oMxDCmFhEI1Xp52dREiQ4Dk73Z2D_nB1PSSXoZQc,7416632
|
38
|
+
bigdl/cpp/libs/passkey,sha256=CwsXIA-GKSVSmcpr8AnFFr3T8f0kAmgi1lJMY7C9iY0,7408176
|
39
|
+
bigdl/cpp/libs/perplexity,sha256=n8t6utGrzjRFLuaKST4XQd9YxKljHXzow-tGppq7Lkg,7501000
|
40
|
+
bigdl/cpp/libs/q8dot,sha256=71iFkHKziHDAfPcLW4AdkXUnjxKaSKZ3IBgJIpfm26Y,1455296
|
41
|
+
bigdl/cpp/libs/quantize,sha256=RgFwXy2gk2Hrm7AiaVdbe9SZwHRoP1EdV6J6BsQ_LXU,7426232
|
42
|
+
bigdl/cpp/libs/quantize-stats,sha256=PCFuAyK_6Uwz1OHCZs9wARklYbFspLEByKm6A_RuTHI,6940256
|
43
|
+
bigdl/cpp/libs/save-load-state,sha256=2jjaMdMTV03F-U3hCX7Nb-llJQlSnLRQ-355j6mcFRk,7400184
|
44
|
+
bigdl/cpp/libs/server,sha256=NPi4S3gDs49kNp10oR77OlpPASci5bwZjW18Z23zPzw,8253304
|
45
|
+
bigdl/cpp/libs/simple,sha256=VbNMxgDDQxKAdT031r3_7YAR4Klcigd34W1IO9TstZM,7395816
|
46
|
+
bigdl/cpp/libs/speculative,sha256=o20NXQR81BCNhhSYQB1UB4DqJf3iEQzP4LQSejRntKY,7434296
|
47
|
+
bigdl/cpp/libs/tokenize,sha256=qbOSgsVnLJ5k0NV8AHfz_xGTAMTEPwpq60XDkKiA1qA,7400104
|
48
|
+
bigdl/cpp/libs/train-text-from-scratch,sha256=Ujlc2zZ_EtMdWtwBvzk6ZMXAXRUL2B8lae6wOs29pYs,7495624
|
49
|
+
bigdl/cpp/libs/vdot,sha256=WXUVR1rXtEL9sLQejkO2jvNhbFZY68VR432zUTAp_HU,1477656
|
50
|
+
bigdl_core_cpp-2.5.0b20240606.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
51
|
+
bigdl_core_cpp-2.5.0b20240606.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
52
|
+
bigdl_core_cpp-2.5.0b20240606.dist-info/METADATA,sha256=V8QMgzDUrAsH3r4jpAV-1-CNc5y3_wWLDFifUcziE04,650
|
53
|
+
bigdl_core_cpp-2.5.0b20240606.dist-info/WHEEL,sha256=GHycjhgos9e5ojAyWZiFxz9HM8k84hAls6WqrsH8row,109
|
54
|
+
bigdl_core_cpp-2.5.0b20240606.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
55
|
+
bigdl_core_cpp-2.5.0b20240606.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=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,,
|
{bigdl_core_cpp-2.5.0b20240605.data → bigdl_core_cpp-2.5.0b20240606.data}/scripts/init-llama-cpp
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240605.data → bigdl_core_cpp-2.5.0b20240606.data}/scripts/init-ollama
RENAMED
File without changes
|
File without changes
|
{bigdl_core_cpp-2.5.0b20240605.dist-info → bigdl_core_cpp-2.5.0b20240606.dist-info}/top_level.txt
RENAMED
File without changes
|