bigdl-core-cpp 2.5.0b20240617__py3-none-manylinux2010_x86_64.whl → 2.5.0b20240618__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.0b20240617.dist-info → bigdl_core_cpp-2.5.0b20240618.dist-info}/METADATA +1 -1
- bigdl_core_cpp-2.5.0b20240618.dist-info/RECORD +55 -0
- bigdl_core_cpp-2.5.0b20240617.dist-info/RECORD +0 -55
- {bigdl_core_cpp-2.5.0b20240617.data → bigdl_core_cpp-2.5.0b20240618.data}/scripts/init-llama-cpp +0 -0
- {bigdl_core_cpp-2.5.0b20240617.data → bigdl_core_cpp-2.5.0b20240618.data}/scripts/init-ollama +0 -0
- {bigdl_core_cpp-2.5.0b20240617.dist-info → bigdl_core_cpp-2.5.0b20240618.dist-info}/WHEEL +0 -0
- {bigdl_core_cpp-2.5.0b20240617.dist-info → bigdl_core_cpp-2.5.0b20240618.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=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=60A25-pD0f4SpZKmzkp-ISl54ElGnsNJgutrrhTuXco,7475344
|
18
|
+
bigdl/cpp/libs/batched,sha256=2k6r0AJwtK9YtJ0QMOAtha_Yr6s0kKeXh5wddaMpBQA,7399912
|
19
|
+
bigdl/cpp/libs/batched-bench,sha256=QbVkcOIn67pFkyAbJ0V3VUKoLoqWS3Js0zhgQdBp33o,7400072
|
20
|
+
bigdl/cpp/libs/beam-search,sha256=55531ApQgreKIyz0DepyaMEvSRsGjDvlZwSeWixXLhU,7395984
|
21
|
+
bigdl/cpp/libs/benchmark,sha256=B-JTi2Zb2qX3MC51FciZjvmhGITUDD2dFO_MEUsqOGw,1456400
|
22
|
+
bigdl/cpp/libs/convert-llama2c-to-ggml,sha256=_7gumI4UOhAfkhMkx5-N4a5meipSDm4TCHjXttjO-Mg,1494648
|
23
|
+
bigdl/cpp/libs/embedding,sha256=nWFngu3xwqdgVTbCCJjHqsM5bj9zeIJqogqS5rEeQB4,7400056
|
24
|
+
bigdl/cpp/libs/export-lora,sha256=ucepD6EkBzSwtMlqIK9ZRyvNrjjhcto7hy0uWkd16sk,5684088
|
25
|
+
bigdl/cpp/libs/finetune,sha256=TLJ3cSuTxBnWFXmj9R308979JR1I189mU_po8NKgLAs,7516568
|
26
|
+
bigdl/cpp/libs/gguf,sha256=LP1g6I-utOXujIcO4XiBo9mhz7qY-2xExjlYLfNd-Z4,5675312
|
27
|
+
bigdl/cpp/libs/gritlm,sha256=pQrNoa1b0iy0BwyHB9PGFh87y8-4O2Zhrrx1KUa1qWQ,7404440
|
28
|
+
bigdl/cpp/libs/imatrix,sha256=a6PdFhG4Z0fE0CaLfzhn-Ee5n_csWZx2b1NugyT6MiE,7427912
|
29
|
+
bigdl/cpp/libs/infill,sha256=US8tkrmE3AJfj3yWFQue3tIr_UOK5o_cbg6a49hyShU,7438544
|
30
|
+
bigdl/cpp/libs/llama-bench,sha256=JPKQTEzVvvRr31KQVPhd9l_hkzS7mVWf47n38Y_mlKc,7493408
|
31
|
+
bigdl/cpp/libs/llava-cli,sha256=2v4cvaGzO58l9AcPOGKNow0RluOxBJ1YTDWS_lkt9o8,7714000
|
32
|
+
bigdl/cpp/libs/lookahead,sha256=S6ygWdjOQFFpLBGNFV7_RNkVGxui47nq-etnoP1ZbjU,7408280
|
33
|
+
bigdl/cpp/libs/lookup,sha256=yLcLYuuhsSWu0jbNMvfPm51sIY8_iWTHr4O8O-sLGTQ,7432160
|
34
|
+
bigdl/cpp/libs/ls-sycl-device,sha256=bHc2VB1_gHcCdE098PtBm9MWIrMfroR-Un3V5EjPPfM,5666960
|
35
|
+
bigdl/cpp/libs/main,sha256=fpMXPW24q8O3GixH7eICDlwBozzSuCEA3494NIb-Uv8,7459440
|
36
|
+
bigdl/cpp/libs/ollama,sha256=fUpFBfaj20_JkexUii8LR4jyMb5M8vuliIPvCQpko-Q,42660568
|
37
|
+
bigdl/cpp/libs/parallel,sha256=Njg0yjF7U_6M2jw7oHMSu9_R35x2Vt-CHr856DZxtCQ,7416632
|
38
|
+
bigdl/cpp/libs/passkey,sha256=MVeEqJpuAf8_XKWCzSoGW5qP39gJEOWuP8xzYJHpLQQ,7408176
|
39
|
+
bigdl/cpp/libs/perplexity,sha256=uBl99XDlcQPJnM2AH0jTS4dGjNnpwLd-ivG7F_uoXlo,7501000
|
40
|
+
bigdl/cpp/libs/q8dot,sha256=WO6XY4k5quGKLKhCQtISMraG88CmWcsNk8GqO-FPA80,1455296
|
41
|
+
bigdl/cpp/libs/quantize,sha256=kN3XxMBlAdEy7a8yQcTPcgMBYh8MP3LqEknXVEd9buI,7426232
|
42
|
+
bigdl/cpp/libs/quantize-stats,sha256=NK-ERzJ92ZgH0IY8swSKCj_5nid5C1JBglh-R6fpHBQ,6940256
|
43
|
+
bigdl/cpp/libs/save-load-state,sha256=YIRHTxA-hPYwjuQoG2HCWVt4T6lYzK5Lr-4CeyjpInM,7400184
|
44
|
+
bigdl/cpp/libs/server,sha256=AKtiTaIH_9MTKp653Ftu2uucMpzGGGP31r8g-EIxHs0,8253304
|
45
|
+
bigdl/cpp/libs/simple,sha256=EuInUHsNfsyejvp8DZNZHm239-JKw_WLIBXR1a87EgE,7395816
|
46
|
+
bigdl/cpp/libs/speculative,sha256=65nzH0FiDTifSljt5kIlceRYKlUwXX_ShylgOoQYeWg,7434296
|
47
|
+
bigdl/cpp/libs/tokenize,sha256=-Cd4owb8O49foTG2FB7aDR6_DsVKMcZw7NVLdT8383g,7400104
|
48
|
+
bigdl/cpp/libs/train-text-from-scratch,sha256=NHN3TaCEQ0-a81fY4vlMScD6hjYpHQ6zQHJp4gI_NIM,7495624
|
49
|
+
bigdl/cpp/libs/vdot,sha256=21S9lFnc5Et4S3jnIh63S01GykM9kyNJ3JJHKRqvTmU,1477656
|
50
|
+
bigdl_core_cpp-2.5.0b20240618.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
51
|
+
bigdl_core_cpp-2.5.0b20240618.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
52
|
+
bigdl_core_cpp-2.5.0b20240618.dist-info/METADATA,sha256=GyhGVwNsNe1FtGi3v9NswmCf88FTrwwrWbZrZdJEu7I,650
|
53
|
+
bigdl_core_cpp-2.5.0b20240618.dist-info/WHEEL,sha256=GHycjhgos9e5ojAyWZiFxz9HM8k84hAls6WqrsH8row,109
|
54
|
+
bigdl_core_cpp-2.5.0b20240618.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
55
|
+
bigdl_core_cpp-2.5.0b20240618.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=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=fZBf2evPWZrjB8PZl92m-aoYvy0amXp_l5gid93kp_4,7475344
|
18
|
-
bigdl/cpp/libs/batched,sha256=9SOyUXnT8nByAE69LH6q9TBC0sJBujh_8cv9h5K2Kus,7399912
|
19
|
-
bigdl/cpp/libs/batched-bench,sha256=biROGIxVMYv-vOO67PZ2R5Rr9KVwf_BFJG2JKnKu1GA,7400072
|
20
|
-
bigdl/cpp/libs/beam-search,sha256=a2KeXLhf1reUARf3N5GWHnHusETEddH-tEqOjP5e4gw,7395984
|
21
|
-
bigdl/cpp/libs/benchmark,sha256=8N7BpDmrcJ1pJrNXFWqE8XiP1gP71D2K2oLZyP8lMYg,1456400
|
22
|
-
bigdl/cpp/libs/convert-llama2c-to-ggml,sha256=I2OAdfKZXYo87L9z4Q5oKuBZMlEMl6OQTDpOTL_5Nh4,1494648
|
23
|
-
bigdl/cpp/libs/embedding,sha256=Y9KLGXh99FjdrGsIfFt882Xoslt4glq6XG16ICtXfA4,7400056
|
24
|
-
bigdl/cpp/libs/export-lora,sha256=XNAg1DvGvYBm6uoGhuk3pxllm8hW_JQEa5b8LIiLWDc,5684088
|
25
|
-
bigdl/cpp/libs/finetune,sha256=Q_d8np7oPDd3WnQzeGvQVM8PzMKdIt61XGDutmu8mjE,7516568
|
26
|
-
bigdl/cpp/libs/gguf,sha256=704Ldx8IdFGcenB2j52EWR9K65Xm1yVHDdm2mzdmdDY,5675312
|
27
|
-
bigdl/cpp/libs/gritlm,sha256=iZCSKRGqXFV8TndfKflKGy2abWfeVWeWWx4NriolHNA,7404440
|
28
|
-
bigdl/cpp/libs/imatrix,sha256=4uLmLCTIU-8gdqvSBPU3A_wsAbo3RuSWykcoYWJPuIk,7427912
|
29
|
-
bigdl/cpp/libs/infill,sha256=06fuGsZ3hcDxnlwlq3JzH7P9MojC-ikLeRdfhKbMBks,7438544
|
30
|
-
bigdl/cpp/libs/llama-bench,sha256=ZZWliIFXezRtzOE9ejeL90OPCn9CgP5usDcvdf1mTeE,7493408
|
31
|
-
bigdl/cpp/libs/llava-cli,sha256=m0pKFqD89364gSpk4G53NKxGUt3tyVPIoYsf9TdunBI,7714000
|
32
|
-
bigdl/cpp/libs/lookahead,sha256=yFMiWGqXyar7WfxnTutvaUEiASfqNodpBaCJdj5q31c,7408280
|
33
|
-
bigdl/cpp/libs/lookup,sha256=7OBi-uPPT-pbszE-dHEtka9t-MqzvgYKPixIZbhWmrA,7432160
|
34
|
-
bigdl/cpp/libs/ls-sycl-device,sha256=AxPkNAUdxyB1qMG6kwEuS39Hw7kUT1zfBMv9HpcXQTs,5666960
|
35
|
-
bigdl/cpp/libs/main,sha256=FfT3N7lpVeWPdLCEszeoZ94XXbGlNhsCGmDIQlIomUA,7459440
|
36
|
-
bigdl/cpp/libs/ollama,sha256=oUxu0dru1OodW7CJ74uc-5cetXrxSSJhc8Q3X3eVOG0,42660632
|
37
|
-
bigdl/cpp/libs/parallel,sha256=LBdzaZwf5Km8QWaNVYkG-VKcRZDo0tg4kBJrd9MtfDc,7416632
|
38
|
-
bigdl/cpp/libs/passkey,sha256=3g46Lp6gImGt672P6MSfy-nApo5mEY3m8xDUTPJ_m3E,7408176
|
39
|
-
bigdl/cpp/libs/perplexity,sha256=nwxz8VYvgxmA5-8bMLZPgtp8KYS9_JaAwVxjCvWgw90,7501000
|
40
|
-
bigdl/cpp/libs/q8dot,sha256=20ubOaYys_SENdZHyikAWU-QpfHudsONyD3OH9ed4aE,1455296
|
41
|
-
bigdl/cpp/libs/quantize,sha256=AXYgs8SXJwcr6k_bjEfMi-E9ul7IV9hNDwP56oJiQV8,7426232
|
42
|
-
bigdl/cpp/libs/quantize-stats,sha256=wFDy4q0v3wwo28agDgmSBK9ROFQe_8iCEEVk37nn2z0,6940256
|
43
|
-
bigdl/cpp/libs/save-load-state,sha256=VfYvAQbnIBbqSWcvwc5vLw_KgXa5eS-zuHTN75i4_FU,7400184
|
44
|
-
bigdl/cpp/libs/server,sha256=4qumnXcWyFUBjcsBANCc298hZfeKDuMJJYjTSmJjZbU,8253304
|
45
|
-
bigdl/cpp/libs/simple,sha256=g2UYaBiOGcVmuBjfz3LkhS3Bb3UhmjZ__H9YypkdBE4,7395816
|
46
|
-
bigdl/cpp/libs/speculative,sha256=FlMHGCu9AP8LZbekTmMifU9RfPnvyLImVg6qcBXgBcQ,7434296
|
47
|
-
bigdl/cpp/libs/tokenize,sha256=fQ1wZ3_0re_fnQlxGtWevHB_BlVdUxznOQkya4WRQXY,7400104
|
48
|
-
bigdl/cpp/libs/train-text-from-scratch,sha256=Zj7MpluXeFks-APMfcacQ4Yjhs91BDPUSbjWy8srRvY,7495624
|
49
|
-
bigdl/cpp/libs/vdot,sha256=xS4s0DZphoEb-61ubbCGL444wJMi-9iEbpRf7MjE5t0,1477656
|
50
|
-
bigdl_core_cpp-2.5.0b20240617.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
51
|
-
bigdl_core_cpp-2.5.0b20240617.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
52
|
-
bigdl_core_cpp-2.5.0b20240617.dist-info/METADATA,sha256=F0vod299dfbJ4t4VstjNY8P2JE1G3bteMd-pm76NwU4,650
|
53
|
-
bigdl_core_cpp-2.5.0b20240617.dist-info/WHEEL,sha256=GHycjhgos9e5ojAyWZiFxz9HM8k84hAls6WqrsH8row,109
|
54
|
-
bigdl_core_cpp-2.5.0b20240617.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
55
|
-
bigdl_core_cpp-2.5.0b20240617.dist-info/RECORD,,
|
{bigdl_core_cpp-2.5.0b20240617.data → bigdl_core_cpp-2.5.0b20240618.data}/scripts/init-llama-cpp
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240617.data → bigdl_core_cpp-2.5.0b20240618.data}/scripts/init-ollama
RENAMED
File without changes
|
File without changes
|
{bigdl_core_cpp-2.5.0b20240617.dist-info → bigdl_core_cpp-2.5.0b20240618.dist-info}/top_level.txt
RENAMED
File without changes
|