bigdl-core-cpp 2.5.0b20240625__py3-none-manylinux2010_x86_64.whl → 2.5.0b20240626__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.0b20240625.dist-info → bigdl_core_cpp-2.5.0b20240626.dist-info}/METADATA +1 -1
- bigdl_core_cpp-2.5.0b20240626.dist-info/RECORD +55 -0
- {bigdl_core_cpp-2.5.0b20240625.dist-info → bigdl_core_cpp-2.5.0b20240626.dist-info}/WHEEL +1 -1
- bigdl_core_cpp-2.5.0b20240625.dist-info/RECORD +0 -55
- {bigdl_core_cpp-2.5.0b20240625.data → bigdl_core_cpp-2.5.0b20240626.data}/scripts/init-llama-cpp +0 -0
- {bigdl_core_cpp-2.5.0b20240625.data → bigdl_core_cpp-2.5.0b20240626.data}/scripts/init-ollama +0 -0
- {bigdl_core_cpp-2.5.0b20240625.dist-info → bigdl_core_cpp-2.5.0b20240626.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=UUIkBBSF75Uo5OiVwXVAuiLx3WXwZlXXL6tYgZ7IQhk,127002
|
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=Kq5McAKqkjPIpFcYXEltRDLh367uLhIkw3sDhwdbKGA,8296032
|
18
|
+
bigdl/cpp/libs/batched,sha256=04pPfSA9raMM_KyYTtp8kv-GO043fRbE9C7CV6AxBj8,8220608
|
19
|
+
bigdl/cpp/libs/batched-bench,sha256=IU0iNn_KSt1yxVOEZLprNU5j1_5EtMy5RQZD25tyYms,8220768
|
20
|
+
bigdl/cpp/libs/beam-search,sha256=zsXfE2969xasKCJeWddTSN24lBn9lPHi8xb1nRKRl44,8212584
|
21
|
+
bigdl/cpp/libs/benchmark,sha256=wUrdRmzY2TdTjkY4s4EPRbvQeVbCUOnHYi2qgHMO6iA,1456400
|
22
|
+
bigdl/cpp/libs/convert-llama2c-to-ggml,sha256=U4tv_s6hJJ4uj5MmSTYbJa6VuayulErb0B44Ix2Wv_M,1494648
|
23
|
+
bigdl/cpp/libs/embedding,sha256=eUe1VAEhrMNyP4AX2LwMY_1UXsrTYzMzkbQb_6NKjiU,8216656
|
24
|
+
bigdl/cpp/libs/export-lora,sha256=LqFkKk8YJfrkpTkfYLaAtCUuyW8M4ccNryPjqCtKA0A,6504840
|
25
|
+
bigdl/cpp/libs/finetune,sha256=c4TNCx0gA4scS5lsJlTXYYqPdYt1NIfO-Q3sQIlE99M,8337264
|
26
|
+
bigdl/cpp/libs/gguf,sha256=jRgilwAOvr0Dhlt0rMwNhoEvObunYI3RIy9t70ohyII,6491968
|
27
|
+
bigdl/cpp/libs/gritlm,sha256=dW9a_6NRHaX7oIMB3HntL0oJbnzPT4JQwAd9y1dVvqE,8221040
|
28
|
+
bigdl/cpp/libs/imatrix,sha256=yMfD8_JURiKuKc2bA44WUxdj_K_HzWBr-rVIaeGwbFs,8244512
|
29
|
+
bigdl/cpp/libs/infill,sha256=nnm8fESmUOM70x43ZZgV6Cz5jikZDrBSLkor23UGyOs,8259240
|
30
|
+
bigdl/cpp/libs/llama-bench,sha256=avYhRy0oYlhrVy4fOjI_HQ15wu3Xo5AIaHEUzvvfU_w,8309984
|
31
|
+
bigdl/cpp/libs/llava-cli,sha256=jK_cXQrMLfV987bfS0AHgj09hpqSlPLuiCwiloRTR24,8534680
|
32
|
+
bigdl/cpp/libs/lookahead,sha256=BCC6zuCpjQsAu7dn2VSP7cFUp4lOR94zPz-UIT5UMqc,8228976
|
33
|
+
bigdl/cpp/libs/lookup,sha256=QraXMGyen9m0aTscyZIdnHYphryFhWo_4ESiK4Egvns,8248760
|
34
|
+
bigdl/cpp/libs/ls-sycl-device,sha256=dPUFdGpLlDjSdiHqKfklJaNCSEB0e1riW2Ug3ZpSZGs,6487712
|
35
|
+
bigdl/cpp/libs/main,sha256=cKMulZYHvM4r8TFj2TCob_FvHkqgkNPMzOVWYFgiUnc,8276040
|
36
|
+
bigdl/cpp/libs/ollama,sha256=ve30i0Q22G1ErpC3UIFVUSGBV8OAbL7cpKt8xfC_2ec,43320040
|
37
|
+
bigdl/cpp/libs/parallel,sha256=2VeGDrhDVD9dH_SgEOwjTqDkNKuvI4v_BY1D-395dXA,8237328
|
38
|
+
bigdl/cpp/libs/passkey,sha256=1dbfCO3lECzr2VIon8XbXtR4-c64gJBdg3oqasFOeek,8224776
|
39
|
+
bigdl/cpp/libs/perplexity,sha256=NngIU0Bw4_FUkPyWWQCp5WSJDcZrzu6WGLnqaHr_l5A,8317592
|
40
|
+
bigdl/cpp/libs/q8dot,sha256=XLFS5uQ31pqbeThTlNsRVEhSVxLaKIyQiN6YmUy_Y8k,1455296
|
41
|
+
bigdl/cpp/libs/quantize,sha256=dzhrzfJGWRBuq0nhIgvUKuzFUHcV0tlnm3DQWnQsRDA,8246904
|
42
|
+
bigdl/cpp/libs/quantize-stats,sha256=qMahsSfykEPL1WDjIfxoQr29hWJDm4sm3QcGHNHaFtI,7760992
|
43
|
+
bigdl/cpp/libs/save-load-state,sha256=_LZdMJ3WO8szRZYdv2HRBU0GyXgzkfWntZHt_ajaq3k,8216784
|
44
|
+
bigdl/cpp/libs/server,sha256=52UJRJlj3Q8jeXbqOrHhUD_VYTu4-7J1uzpxPBKyAx0,9074136
|
45
|
+
bigdl/cpp/libs/simple,sha256=0tlk3iANYHzjL09Qo0G4hDCdM-eqW4GeNyFUHk4E7PE,8216512
|
46
|
+
bigdl/cpp/libs/speculative,sha256=SUhsgfF_L1CzWO1MNpvQAZuIkjSxgaBnf5SK1A7MmM4,8254992
|
47
|
+
bigdl/cpp/libs/tokenize,sha256=jb887hV0-qAlpYUjsTZ5HxbSMEVetNtiX4O_xGtNU1w,8216704
|
48
|
+
bigdl/cpp/libs/train-text-from-scratch,sha256=3ZEYNXkjvvS26slOOUx_7BOLc8U9iklqh_KbMtUgnK0,8316312
|
49
|
+
bigdl/cpp/libs/vdot,sha256=80ywbQ2Wwhu2J_-_1_0pLVJ6-UbykQLsYu40gY7O7e8,1477656
|
50
|
+
bigdl_core_cpp-2.5.0b20240626.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
51
|
+
bigdl_core_cpp-2.5.0b20240626.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
52
|
+
bigdl_core_cpp-2.5.0b20240626.dist-info/METADATA,sha256=ZkFUE0MZMUIuNxwxXSjq47dRxyZgyAMuR0jNCdncJ6U,650
|
53
|
+
bigdl_core_cpp-2.5.0b20240626.dist-info/WHEEL,sha256=S5MzRNqqFLiN7sZOg-wIuh4i6CQe6KoKH61vHZ1J5IY,108
|
54
|
+
bigdl_core_cpp-2.5.0b20240626.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
55
|
+
bigdl_core_cpp-2.5.0b20240626.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=UUIkBBSF75Uo5OiVwXVAuiLx3WXwZlXXL6tYgZ7IQhk,127002
|
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=t5KnMujapQg7KVKJiHi4ZQFpizy7oLsNMnfwHKZQHcA,8412024
|
18
|
-
bigdl/cpp/libs/batched,sha256=_Hno0nKj7mSURtZEQfOF7yPux9ohBfP8Vfb4pOiXPE0,8336592
|
19
|
-
bigdl/cpp/libs/batched-bench,sha256=DzL_FqQlWRaBJUTEt8RtSyyc-TKfDWOqSJCSrcLhMo0,8336752
|
20
|
-
bigdl/cpp/libs/beam-search,sha256=4iXvUukHlzM5VjlnJUvswJqlU09LZawYbbBVM12BbPk,8328568
|
21
|
-
bigdl/cpp/libs/benchmark,sha256=Nhd6jSaUXWSpZvouPguJj8KxEz-amCxB7VGbxHTr6KQ,1456400
|
22
|
-
bigdl/cpp/libs/convert-llama2c-to-ggml,sha256=is87iHhR0NS6PP_iNZVYzuluwac7TIVsdjoQWkUNugM,1494648
|
23
|
-
bigdl/cpp/libs/embedding,sha256=jMG_dL72n-ss0kSD-WjzQ8jRdtpIzMaQmTbb_7TXd0M,8332640
|
24
|
-
bigdl/cpp/libs/export-lora,sha256=7Hs6pzzzrPGtdBoz6YU2zh42fS364fD4p9ESm46xwB0,6620824
|
25
|
-
bigdl/cpp/libs/finetune,sha256=KXSdo7gVIkdaYgvSgtP4p_C_FrvQL2llIQxQZwsYnpM,8453248
|
26
|
-
bigdl/cpp/libs/gguf,sha256=nJ50niQvi1BwCyL7dRqpYTI4ki8ZtZNWcvQtfdWpSYk,6607952
|
27
|
-
bigdl/cpp/libs/gritlm,sha256=Jiy8Ee1tnvrdYAyOrr32FQ991nowqtPcy6FRQPFdSxg,8337024
|
28
|
-
bigdl/cpp/libs/imatrix,sha256=22jfxU2YD8yoe--wQw8OfeMe0JOGDXJoMjVNRXIqc_8,8360496
|
29
|
-
bigdl/cpp/libs/infill,sha256=XYbbv6PGzLZdjEI_MVnvYOUR6H2-HPvQC5yitnj_d3A,8375232
|
30
|
-
bigdl/cpp/libs/llama-bench,sha256=bdZI0lSRxuiFSLXuobovNIeeSjkU-JBVJDk2GZR0OzQ,8425976
|
31
|
-
bigdl/cpp/libs/llava-cli,sha256=g5DnPJqKy5sRdrF6auW5UNaIZ74FldXRZgFxDungTs4,8650664
|
32
|
-
bigdl/cpp/libs/lookahead,sha256=9awGztNjEnTmjiqUiXhV80ZpW69heK5v2jfJfyK1EG8,8344960
|
33
|
-
bigdl/cpp/libs/lookup,sha256=hdmOVQEnhvcp9XNoGHeoCul42M8G_t4SEMxjiGkLGLo,8364744
|
34
|
-
bigdl/cpp/libs/ls-sycl-device,sha256=9MQ0WY5Y-GgHkTRIxAqkEs8BhfvcSQdQzS2UCF3Bv9Q,6603696
|
35
|
-
bigdl/cpp/libs/main,sha256=qEyX7xB6nw3Eh-mCQzLDY3Pdp4qtPdwaklnYd2A0-Bo,8392032
|
36
|
-
bigdl/cpp/libs/ollama,sha256=HxmEWZqpJywLuS38Pg6xw58gmBHU-IL2OQ2lR9I-iDk,43373248
|
37
|
-
bigdl/cpp/libs/parallel,sha256=pTHKL9khVa-Gz1P2J1-3hkKorKeQRvqNi8fwcSSH_ys,8353312
|
38
|
-
bigdl/cpp/libs/passkey,sha256=Hi7_Kydhzyb4zPecR-hIgjLzbdPYuWBgzuLZWiM4Whw,8340760
|
39
|
-
bigdl/cpp/libs/perplexity,sha256=QvLRmL4Un129gIqJFNliTopLCz6Xm-I4NvdrAaR9qEE,8433584
|
40
|
-
bigdl/cpp/libs/q8dot,sha256=8JZIMk8psScDl84h1vksK9Q6P2SUQLIvnHQ8vI5dHmQ,1455296
|
41
|
-
bigdl/cpp/libs/quantize,sha256=kWhGYl6dWPmIgmgsAwL_FJlB9hixVVxBScJgJOd_J_w,8362896
|
42
|
-
bigdl/cpp/libs/quantize-stats,sha256=2n8h2iv-mG_iYXCEN1jcHRsNnHo2up-IJskOscTU92Q,7872880
|
43
|
-
bigdl/cpp/libs/save-load-state,sha256=RM6PZ9Cy3w0qosfREqkB1Sd95oZCJT_E63UXYK0t138,8332768
|
44
|
-
bigdl/cpp/libs/server,sha256=5W9jbmxI-wPauf1C_2Hsr9EuIfhUmk_b6MnrMS0i7dk,9190104
|
45
|
-
bigdl/cpp/libs/simple,sha256=zsODfxuVtloSuuxGZzwoX-0OEXHRoHkHpWXymLAdLC0,8332496
|
46
|
-
bigdl/cpp/libs/speculative,sha256=aHYj34OBr0FDUX8GBbbWNDWx2jREHYlBtSJaNz-MDIw,8370976
|
47
|
-
bigdl/cpp/libs/tokenize,sha256=4UOA9QUH232WuseHbPB0gg6kMPcb1yFBZUryLw7hfOM,8332688
|
48
|
-
bigdl/cpp/libs/train-text-from-scratch,sha256=gthwYMbUm7qRp8ENlqXPU0byad1OHgYR_qCID6chBi0,8432304
|
49
|
-
bigdl/cpp/libs/vdot,sha256=eethzAOgm9lbOqmNPLPd7Vj5gpQiq9sD5rp8S8qDYzE,1477656
|
50
|
-
bigdl_core_cpp-2.5.0b20240625.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
51
|
-
bigdl_core_cpp-2.5.0b20240625.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
52
|
-
bigdl_core_cpp-2.5.0b20240625.dist-info/METADATA,sha256=ZkiuUVWl6B0DruVghbt7nSzU9wqbGivCRcqembLjZa0,650
|
53
|
-
bigdl_core_cpp-2.5.0b20240625.dist-info/WHEEL,sha256=RbwjZyDM03rnsx1Sp-W3yyG6J6fTXZNyMrf4HF1R2uY,108
|
54
|
-
bigdl_core_cpp-2.5.0b20240625.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
55
|
-
bigdl_core_cpp-2.5.0b20240625.dist-info/RECORD,,
|
{bigdl_core_cpp-2.5.0b20240625.data → bigdl_core_cpp-2.5.0b20240626.data}/scripts/init-llama-cpp
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240625.data → bigdl_core_cpp-2.5.0b20240626.data}/scripts/init-ollama
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240625.dist-info → bigdl_core_cpp-2.5.0b20240626.dist-info}/top_level.txt
RENAMED
File without changes
|