bigdl-core-cpp 2.5.0b20240524__py3-none-win_amd64.whl → 2.5.0b20240528__py3-none-win_amd64.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 +1363 -338
- bigdl/cpp/convert.py +199 -52
- bigdl/cpp/gguf-py/gguf/__init__.py +2 -0
- bigdl/cpp/gguf-py/gguf/constants.py +102 -28
- bigdl/cpp/gguf-py/gguf/gguf_reader.py +9 -5
- bigdl/cpp/gguf-py/gguf/gguf_writer.py +36 -11
- bigdl/cpp/gguf-py/gguf/lazy.py +236 -0
- bigdl/cpp/gguf-py/gguf/quants.py +123 -0
- bigdl/cpp/gguf-py/gguf/tensor_mapping.py +28 -1
- bigdl/cpp/gguf-py/gguf/vocab.py +3 -3
- bigdl/cpp/libs/baby-llama.exe +0 -0
- bigdl/cpp/libs/batched-bench.exe +0 -0
- bigdl/cpp/libs/batched.exe +0 -0
- bigdl/cpp/libs/beam-search.exe +0 -0
- bigdl/cpp/libs/benchmark.exe +0 -0
- bigdl/cpp/libs/common.lib +0 -0
- bigdl/cpp/libs/convert-llama2c-to-ggml.exe +0 -0
- bigdl/cpp/libs/dist/windows-amd64/ollama_runners/cpu/ollama_llama_server.exe +0 -0
- bigdl/cpp/libs/dist/windows-amd64/ollama_runners/cpu_avx/ollama_llama_server.exe +0 -0
- bigdl/cpp/libs/dist/windows-amd64/ollama_runners/cpu_avx2/ollama_llama_server.exe +0 -0
- bigdl/cpp/libs/embedding.exe +0 -0
- bigdl/cpp/libs/export-lora.exe +0 -0
- bigdl/cpp/libs/finetune.exe +0 -0
- bigdl/cpp/libs/ggml_shared.dll +0 -0
- bigdl/cpp/libs/gguf.exe +0 -0
- bigdl/cpp/libs/gritlm.exe +0 -0
- bigdl/cpp/libs/imatrix.exe +0 -0
- bigdl/cpp/libs/infill.exe +0 -0
- bigdl/cpp/libs/llama-bench.exe +0 -0
- bigdl/cpp/libs/llama.dll +0 -0
- bigdl/cpp/libs/llava-cli.exe +0 -0
- bigdl/cpp/libs/llava_shared.dll +0 -0
- bigdl/cpp/libs/lookahead.exe +0 -0
- bigdl/cpp/libs/lookup.exe +0 -0
- bigdl/cpp/libs/ls-sycl-device.exe +0 -0
- bigdl/cpp/libs/main.exe +0 -0
- bigdl/cpp/libs/ollama.exe +0 -0
- bigdl/cpp/libs/parallel.exe +0 -0
- bigdl/cpp/libs/passkey.exe +0 -0
- bigdl/cpp/libs/perplexity.exe +0 -0
- bigdl/cpp/libs/q8dot.exe +0 -0
- bigdl/cpp/libs/quantize-stats.exe +0 -0
- bigdl/cpp/libs/quantize.exe +0 -0
- bigdl/cpp/libs/save-load-state.exe +0 -0
- bigdl/cpp/libs/server.exe +0 -0
- bigdl/cpp/libs/simple.exe +0 -0
- bigdl/cpp/libs/speculative.exe +0 -0
- bigdl/cpp/libs/tokenize.exe +0 -0
- bigdl/cpp/libs/train-text-from-scratch.exe +0 -0
- bigdl/cpp/libs/vdot.exe +0 -0
- {bigdl_core_cpp-2.5.0b20240524.dist-info → bigdl_core_cpp-2.5.0b20240528.dist-info}/METADATA +1 -1
- bigdl_core_cpp-2.5.0b20240528.dist-info/RECORD +61 -0
- bigdl_core_cpp-2.5.0b20240524.dist-info/RECORD +0 -59
- {bigdl_core_cpp-2.5.0b20240524.data → bigdl_core_cpp-2.5.0b20240528.data}/scripts/init-llama-cpp.bat +0 -0
- {bigdl_core_cpp-2.5.0b20240524.data → bigdl_core_cpp-2.5.0b20240528.data}/scripts/init-llama-cpp.ps1 +0 -0
- {bigdl_core_cpp-2.5.0b20240524.data → bigdl_core_cpp-2.5.0b20240528.data}/scripts/init-ollama.bat +0 -0
- {bigdl_core_cpp-2.5.0b20240524.dist-info → bigdl_core_cpp-2.5.0b20240528.dist-info}/WHEEL +0 -0
- {bigdl_core_cpp-2.5.0b20240524.dist-info → bigdl_core_cpp-2.5.0b20240528.dist-info}/top_level.txt +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
bigdl/cpp/libs/embedding.exe
CHANGED
Binary file
|
bigdl/cpp/libs/export-lora.exe
CHANGED
Binary file
|
bigdl/cpp/libs/finetune.exe
CHANGED
Binary file
|
bigdl/cpp/libs/ggml_shared.dll
CHANGED
Binary file
|
bigdl/cpp/libs/gguf.exe
CHANGED
Binary file
|
bigdl/cpp/libs/gritlm.exe
CHANGED
Binary file
|
bigdl/cpp/libs/imatrix.exe
CHANGED
Binary file
|
bigdl/cpp/libs/infill.exe
CHANGED
Binary file
|
bigdl/cpp/libs/llama-bench.exe
CHANGED
Binary file
|
bigdl/cpp/libs/llama.dll
CHANGED
Binary file
|
bigdl/cpp/libs/llava-cli.exe
CHANGED
Binary file
|
bigdl/cpp/libs/llava_shared.dll
CHANGED
Binary file
|
bigdl/cpp/libs/lookahead.exe
CHANGED
Binary file
|
bigdl/cpp/libs/lookup.exe
CHANGED
Binary file
|
Binary file
|
bigdl/cpp/libs/main.exe
CHANGED
Binary file
|
bigdl/cpp/libs/ollama.exe
CHANGED
Binary file
|
bigdl/cpp/libs/parallel.exe
CHANGED
Binary file
|
bigdl/cpp/libs/passkey.exe
CHANGED
Binary file
|
bigdl/cpp/libs/perplexity.exe
CHANGED
Binary file
|
bigdl/cpp/libs/q8dot.exe
CHANGED
Binary file
|
Binary file
|
bigdl/cpp/libs/quantize.exe
CHANGED
Binary file
|
Binary file
|
bigdl/cpp/libs/server.exe
CHANGED
Binary file
|
bigdl/cpp/libs/simple.exe
CHANGED
Binary file
|
bigdl/cpp/libs/speculative.exe
CHANGED
Binary file
|
bigdl/cpp/libs/tokenize.exe
CHANGED
Binary file
|
Binary file
|
bigdl/cpp/libs/vdot.exe
CHANGED
Binary file
|
@@ -0,0 +1,61 @@
|
|
1
|
+
bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
bigdl/cpp/convert-hf-to-gguf.py,sha256=w0fNQ1Ym2kU2mpLE5-QM07-hZxJUh8YBLzd9zrjiBvo,191351
|
3
|
+
bigdl/cpp/convert.py,sha256=AAjyH5aqwEFkChWzwUUYTpqOfUnbdx8uNtDka-rP9Vw,71131
|
4
|
+
bigdl/cpp/gguf-py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
bigdl/cpp/gguf-py/gguf/__init__.py,sha256=ElxJmWjDws0hVFf-tjFcxQhDDPD2xNqUkf6KpEfsbsQ,179
|
6
|
+
bigdl/cpp/gguf-py/gguf/constants.py,sha256=tpxMAsUIYaEXWSXMjLyAnnJGV1aZ1lCis_loHYrmYw0,35394
|
7
|
+
bigdl/cpp/gguf-py/gguf/gguf.py,sha256=QpLc-xU055W2d7CEFvJp2gLIfGO63bdM24ZndZCH6rw,493
|
8
|
+
bigdl/cpp/gguf-py/gguf/gguf_reader.py,sha256=lMSPWOF9GIb13nhN6Au4PnnNTXe2Lc9l92Sbve5ECs8,12324
|
9
|
+
bigdl/cpp/gguf-py/gguf/gguf_writer.py,sha256=4aHWBXXpYiHThDDd7569FuD7AdwxkqnvGmGnTOjPFNU,21499
|
10
|
+
bigdl/cpp/gguf-py/gguf/lazy.py,sha256=5VCg0xsteUMdIKY9PLyB6ID4TsapFJreb-y-t7Uk2HA,10024
|
11
|
+
bigdl/cpp/gguf-py/gguf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
+
bigdl/cpp/gguf-py/gguf/quants.py,sha256=KrA_NtxRSfYq9PQVn9qn9X6pIXFJa0E1hziheYNolp0,4477
|
13
|
+
bigdl/cpp/gguf-py/gguf/tensor_mapping.py,sha256=2FYGq1gZ3oy9P_Z82L47lxMsokseC5DSKDwtyTNxiZI,23888
|
14
|
+
bigdl/cpp/gguf-py/gguf/vocab.py,sha256=0_n5lD3w2skafTJGQOZaP3mo4Wh_CNXJVuoe6FmX8-E,7012
|
15
|
+
bigdl/cpp/libs/baby-llama.exe,sha256=CxArTNlfrNXZELkTGgvmgINcUkJRLqCWO8xr0ahEjQw,200192
|
16
|
+
bigdl/cpp/libs/batched-bench.exe,sha256=HnPvVSEBRFi-eoIH4_2eEcT-XwSUdz7JZnqiECnz04k,206848
|
17
|
+
bigdl/cpp/libs/batched.exe,sha256=PpfUe4CrczAPp8hTEy_fT3ZypBWEhBEcWcb9p27AlMg,208896
|
18
|
+
bigdl/cpp/libs/beam-search.exe,sha256=F6ZKdYYNA2xuc17hFjNfNo-ykuh6pHc9PTQaSlIcK30,214528
|
19
|
+
bigdl/cpp/libs/benchmark.exe,sha256=v4F8Z-B38uPkrWcvrnC8EvMTdEpPjpn73uPvKMjzs_w,74240
|
20
|
+
bigdl/cpp/libs/common.lib,sha256=nbJD0ay3XrgxAEFAbn7pySHly6IbKiUiEi9wwUfD2n8,3330124
|
21
|
+
bigdl/cpp/libs/convert-llama2c-to-ggml.exe,sha256=gQ3ntOHo48lnxjgY1Q5sOXODw0ON1pKEa0kmBv2Gty0,126464
|
22
|
+
bigdl/cpp/libs/embedding.exe,sha256=5IEfmOtAsjmTYEyHeuFStPpdH_I3dLRdEpLRscI8xvI,644096
|
23
|
+
bigdl/cpp/libs/export-lora.exe,sha256=SuwI7ovBbl-dhVrmvqDs3DGiq4Rxqu7va6h0yf982gM,90112
|
24
|
+
bigdl/cpp/libs/finetune.exe,sha256=RA-4pXTtI97KygkJ8416iuRBfiiphDCREedPZEoqJhI,302592
|
25
|
+
bigdl/cpp/libs/ggml_shared.dll,sha256=djIy9-Dv-2emNY3imgIlqARY93otOO08t9MLE4sX778,4309504
|
26
|
+
bigdl/cpp/libs/gguf.exe,sha256=KP4iTUiHZnuqs-oJfWLFubj7euJHdlNnUQHt3wC2Q9w,3846144
|
27
|
+
bigdl/cpp/libs/gritlm.exe,sha256=spnIlG2MK7c02e3fxcf-seUYjoK-1PDWZqi3v4Q8d28,638464
|
28
|
+
bigdl/cpp/libs/imatrix.exe,sha256=WOj3Af-gVE2kOqQtjJxXVf8rD50PntkuZADEJNJuWLE,676352
|
29
|
+
bigdl/cpp/libs/infill.exe,sha256=IRjX-PV-yLTFpnxUNLK1GJHgcMkyLGQojT2eA3olnDY,733184
|
30
|
+
bigdl/cpp/libs/llama-bench.exe,sha256=_6hf3nphqW3poBN77k_9HhiiXY-7M20upesBy4v6jEI,336384
|
31
|
+
bigdl/cpp/libs/llama.dll,sha256=JyfyDYKK0iN4uYKeSPfVW9aIbFck6vckwQSNmhSPV2Q,5879296
|
32
|
+
bigdl/cpp/libs/llava-cli.exe,sha256=AypNBD1JbgKNPA9FXF0oBfJDBVT5_SCtuwzCa5QPcWw,921600
|
33
|
+
bigdl/cpp/libs/llava_shared.dll,sha256=K9tDnv3Blb8Rf6uluVLLdzHKQsYHOvnqmXjUtryegnI,4577280
|
34
|
+
bigdl/cpp/libs/lookahead.exe,sha256=dUE109kV5kNqDeWFm8jLJ-spWc6oI_yZwrUKZVyQ-gU,684032
|
35
|
+
bigdl/cpp/libs/lookup.exe,sha256=Hsn0RUjjTe2Qahg2-nyLWixFNHJnsaLWn4mfvvMbaPo,718336
|
36
|
+
bigdl/cpp/libs/ls-sycl-device.exe,sha256=WgoobT9X0uNyCUYdMRL0-Sh53bO8b6B536_ZS3vo1Jg,10240
|
37
|
+
bigdl/cpp/libs/main.exe,sha256=FVj-nGosisYnpfW8gdQp2CEGcdZZu2J0VSptK1Z55_I,764416
|
38
|
+
bigdl/cpp/libs/ollama.exe,sha256=18wCJcVzIXsAJCzX0n9nM13557ZRNuMM8_rdZv-Pz7c,64162978
|
39
|
+
bigdl/cpp/libs/parallel.exe,sha256=8SmMCVdXeiVZlYU9N9W5PqECtz5wbmqetJ4C7umyGdA,701440
|
40
|
+
bigdl/cpp/libs/passkey.exe,sha256=_OHOa2Dg39Lj2nu1FDbDqqJFE86Ntv1kefvyPWniprI,216064
|
41
|
+
bigdl/cpp/libs/perplexity.exe,sha256=oGwZHxqbhw27auCRvCVBiv5Sd_hE9oZEd5ZbOtMu82A,782336
|
42
|
+
bigdl/cpp/libs/q8dot.exe,sha256=hMeq3g80vsfMjWj-8vyXzZO8kVc9WsPSTRpZVsKVLEA,53760
|
43
|
+
bigdl/cpp/libs/quantize-stats.exe,sha256=RrM2ekpqJNqY7WYHFgbnLhNq_K0YeHiut85A9-TU7e0,130048
|
44
|
+
bigdl/cpp/libs/quantize.exe,sha256=OmCx4Ez523Sss_sojRX0vwgtNpRH7mz2ouVBj28Zeac,235520
|
45
|
+
bigdl/cpp/libs/save-load-state.exe,sha256=TjuwQV5YPITPQ82X3vjvaIPQ8zlb8OggG7UcVMYlAsg,636416
|
46
|
+
bigdl/cpp/libs/server.exe,sha256=DX85qkxyhl--mK4cXSrEQL3ClBtqNGQOzt6CwKEYRoU,1731584
|
47
|
+
bigdl/cpp/libs/simple.exe,sha256=P-StwGNsKcTJ0LbhV_KFK4hXyoWdBIk3htvuo9o_ogc,202752
|
48
|
+
bigdl/cpp/libs/speculative.exe,sha256=T17rcAAfv6QGZAranR3tioIfxIrwWfAmR3Jx2EQ9WIw,709632
|
49
|
+
bigdl/cpp/libs/tokenize.exe,sha256=qDU495I4ar0dfY0ReOhZCeriW-lmkjoBKjIhrQy_gsU,203264
|
50
|
+
bigdl/cpp/libs/train-text-from-scratch.exe,sha256=fj3Ywg2GaX6_PyORYEEeoZEpB-tknoYY59y8aB5L1Bo,283648
|
51
|
+
bigdl/cpp/libs/vdot.exe,sha256=lpmW1Y7W0UdBXXyGv7YgOfzfx-h7nvVER8mrx5YXeT8,56320
|
52
|
+
bigdl/cpp/libs/dist/windows-amd64/ollama_runners/cpu/ollama_llama_server.exe,sha256=9cCfa-9gPZkUQH4WBip5h0QNb1D6pUSp2jfHMWDBQbg,6575104
|
53
|
+
bigdl/cpp/libs/dist/windows-amd64/ollama_runners/cpu_avx/ollama_llama_server.exe,sha256=ATUMlNyiNLJQdqRXSqGFsfoJu82WmJDxsUt5z5HeRcE,6575104
|
54
|
+
bigdl/cpp/libs/dist/windows-amd64/ollama_runners/cpu_avx2/ollama_llama_server.exe,sha256=uYToXxFL09w1Q6_L1H9Imu7j4RprXgoerQEl5HhHpc0,6575104
|
55
|
+
bigdl_core_cpp-2.5.0b20240528.data/scripts/init-llama-cpp.bat,sha256=13AgSYRyzk6hlSz11dPyCMJeSoW9z8PZ9l85E_5GWxs,528
|
56
|
+
bigdl_core_cpp-2.5.0b20240528.data/scripts/init-llama-cpp.ps1,sha256=JFOylLxO4MKpllHhdbPuJ1xHi9azxDpzdJns8JtZpkU,501
|
57
|
+
bigdl_core_cpp-2.5.0b20240528.data/scripts/init-ollama.bat,sha256=I2em4AnSSMq7LX3IRI3QR9w3UY2y2Y8zXQkpL09-G7w,472
|
58
|
+
bigdl_core_cpp-2.5.0b20240528.dist-info/METADATA,sha256=uzuW-sIl4bLQKbNOq42i22K7b85RFhvtFQHfatN5ejE,668
|
59
|
+
bigdl_core_cpp-2.5.0b20240528.dist-info/WHEEL,sha256=at4xwl6JdXdkZHxdo5ixTwJ7ENtVftSy2wqmsdmo_4U,98
|
60
|
+
bigdl_core_cpp-2.5.0b20240528.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
61
|
+
bigdl_core_cpp-2.5.0b20240528.dist-info/RECORD,,
|
@@ -1,59 +0,0 @@
|
|
1
|
-
bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
bigdl/cpp/convert-hf-to-gguf.py,sha256=67U2K3ix3i1lps7L57-qiTVu5-VvJQbAXcan4aU0KT4,146672
|
3
|
-
bigdl/cpp/convert.py,sha256=OPDsmbVairx1s6ftM-G8MhUpPpEwvF48yS8HhOB7_j4,65023
|
4
|
-
bigdl/cpp/gguf-py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
bigdl/cpp/gguf-py/gguf/__init__.py,sha256=2eyRnO5rS0WNuzL_N159IRA66ybYkisoSETMSM-tGBQ,135
|
6
|
-
bigdl/cpp/gguf-py/gguf/constants.py,sha256=ovAbNrRVlAchqxDpHU3Cey24Kcq6pEmFTmOu_ZZ71ng,32165
|
7
|
-
bigdl/cpp/gguf-py/gguf/gguf.py,sha256=QpLc-xU055W2d7CEFvJp2gLIfGO63bdM24ZndZCH6rw,493
|
8
|
-
bigdl/cpp/gguf-py/gguf/gguf_reader.py,sha256=e-yzOSzsKjOfaCzXQ8QsJjBIypdqFdI5NO9tCS3VUZk,12081
|
9
|
-
bigdl/cpp/gguf-py/gguf/gguf_writer.py,sha256=TM3UeO9d7Y3_uB3GikB4iqZt0uJw7OydijnUEoiFYAA,20496
|
10
|
-
bigdl/cpp/gguf-py/gguf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
-
bigdl/cpp/gguf-py/gguf/tensor_mapping.py,sha256=CxeOv5ncOICvskNibM1AFs24QUI6N3n_trU0Dvy8wu8,22290
|
12
|
-
bigdl/cpp/gguf-py/gguf/vocab.py,sha256=YiWxOW4ta0R3OI2CWeF3o7RIvJA6O0jQ9fxHnartxvU,6955
|
13
|
-
bigdl/cpp/libs/baby-llama.exe,sha256=qtumvNAjM8s3gkFDGTATo6HJwU9BeodPbp8eO1iWBdo,198144
|
14
|
-
bigdl/cpp/libs/batched-bench.exe,sha256=jTJzYM-lRpG8ODw-HC6XSjx-15DMVcwywxNFJJFGOrY,204800
|
15
|
-
bigdl/cpp/libs/batched.exe,sha256=iBmpTa5PzyjsCBfnq8RwUa7Q1GaqRZYdzutTWGc1v7A,207360
|
16
|
-
bigdl/cpp/libs/beam-search.exe,sha256=KAKTqOQXpmTeJUiyNG4BIAOuiNOipVrjJEwFojAxL8c,212480
|
17
|
-
bigdl/cpp/libs/benchmark.exe,sha256=ptnJS7yYFhmCJAe3AEmCl4A79KMApYpDnqrvQRu9gjY,74240
|
18
|
-
bigdl/cpp/libs/common.lib,sha256=i7vqJIsacfeY0_mCm9M9KMU85nUGPNaGYtW2dWBJgk0,3213796
|
19
|
-
bigdl/cpp/libs/convert-llama2c-to-ggml.exe,sha256=e1BefjIsSlN7sXqX2YfU7wKIwkYugPGgRwHa7BHM9Ew,126464
|
20
|
-
bigdl/cpp/libs/embedding.exe,sha256=-7EX7xWkPT2bcmcodNPygIdKUekcZIKNPDYHARDsDAM,628224
|
21
|
-
bigdl/cpp/libs/export-lora.exe,sha256=JQssp_yhTBWnAhuZCfavDtMldbDHGRKb7-5zyhpogVY,90624
|
22
|
-
bigdl/cpp/libs/finetune.exe,sha256=zSWbxWdU8vEt6bPk6EMQZfPt8wncryqHRrHYSnGvVb8,301056
|
23
|
-
bigdl/cpp/libs/ggml_shared.dll,sha256=485NVr9VLFAftyqam0lajaE1FpVZIGH0gmsSgs9dt4M,4301312
|
24
|
-
bigdl/cpp/libs/gguf.exe,sha256=4IMC3AxZwOvEEDxX0F8RcFP8PuMUeieMvbLopv8Ci2o,3838976
|
25
|
-
bigdl/cpp/libs/gritlm.exe,sha256=aSVBupOawkCB22-Mxy5y5a2XspGAVtYxbMPC2WBTWJA,623104
|
26
|
-
bigdl/cpp/libs/imatrix.exe,sha256=bTMc5kKHvNjeWItzOgyfN9fK4lZf5s_09eAij5gt02U,660480
|
27
|
-
bigdl/cpp/libs/infill.exe,sha256=21GntT99QHYIpRHPNxaeqB8XbLAlJK2DCXxRDmzipMU,727040
|
28
|
-
bigdl/cpp/libs/llama-bench.exe,sha256=MapYmuShbnQyT0x9N-7GzUnIPjg7YtCd7rMjuOrx970,330752
|
29
|
-
bigdl/cpp/libs/llama.dll,sha256=fwZqu-MbT9DWblMOM_xbCFg5Na1uE3uxrpqSZI_prlo,5796864
|
30
|
-
bigdl/cpp/libs/llava-cli.exe,sha256=qVph7ZtYSurZd1QSO5udK7zq8b_oduezuq1HbCQ55_U,909312
|
31
|
-
bigdl/cpp/libs/llava_shared.dll,sha256=N2I39muImYQ3BjtAf7OQCdak34cadhOnxqR-5ISriqA,4571136
|
32
|
-
bigdl/cpp/libs/lookahead.exe,sha256=-fAA_pdBGUGOlmIY4pDqM-bHRBBZqeUnsOigUthYRxg,668672
|
33
|
-
bigdl/cpp/libs/lookup.exe,sha256=HX2vuhD9Hf5p6BW-829C8mIzZHHBtBvp7ZtL1U8ldOc,702976
|
34
|
-
bigdl/cpp/libs/ls-sycl-device.exe,sha256=V__j2a_lEZDzU2T8pbWOlC6l2adtVD5PjiG4Dbna5GA,10240
|
35
|
-
bigdl/cpp/libs/main.exe,sha256=PBu69_aCQyciLX4-wmjZQpXlZ1DF2rtFmR4tvvQEPaU,758784
|
36
|
-
bigdl/cpp/libs/ollama.exe,sha256=AsKe9iyM9DZzUjQM6jsJTYcECxmq4mkEAZ7V7Okb6Mg,63375458
|
37
|
-
bigdl/cpp/libs/parallel.exe,sha256=VOvJuDtkWn2D20TOIRgXzJCZV5xU0pVaHFe_j1ZS8-Y,686080
|
38
|
-
bigdl/cpp/libs/passkey.exe,sha256=bDOkevQ7AhxJqQlH_ESoN0k0qOqk-HIbHHk2Z0ekQvQ,214528
|
39
|
-
bigdl/cpp/libs/perplexity.exe,sha256=DrWFC-QYE-UjkHuqPmkzFRWT09wpr6CIIhxTgCXFFZE,774656
|
40
|
-
bigdl/cpp/libs/q8dot.exe,sha256=scI0ZkULFroZU9cUnl62ut2RuLslUzGXXK-TB8JgBZ4,53760
|
41
|
-
bigdl/cpp/libs/quantize-stats.exe,sha256=T6GOqXAhkAp-AD_9SMvFERvl2n4QagnmuiEAYs7vuHc,130560
|
42
|
-
bigdl/cpp/libs/quantize.exe,sha256=8HMFwwIYOz8eSVCQ9lrpJ9PPzdqazyuTkCPktnnGtQ8,233984
|
43
|
-
bigdl/cpp/libs/save-load-state.exe,sha256=nH6VCCPAoAymt9qqNf79-bPkUO4jDFL6Z-MoC9l_uzU,621056
|
44
|
-
bigdl/cpp/libs/server.exe,sha256=TuJTFOXxJNDjH3o5-x71dtPisOVsNjYitFboHKYDcW4,1682432
|
45
|
-
bigdl/cpp/libs/simple.exe,sha256=NsNXdYLGrlIis_y-wsyEVoBf_jSMC-VqSKl1CBiOP5c,200704
|
46
|
-
bigdl/cpp/libs/speculative.exe,sha256=JgvqxJiGAPJLxZkq-6WNyQAGpTz85dIEX9iKKSOStik,694784
|
47
|
-
bigdl/cpp/libs/tokenize.exe,sha256=lPUp0oZ8NLZg6M1eUaMRZqRnnjxiqMmkHCS6HKJfeJo,180224
|
48
|
-
bigdl/cpp/libs/train-text-from-scratch.exe,sha256=Uinb1kyoG7V8AXuDAvZL2Wvi8_nwV1ViIogC79NOiQQ,281600
|
49
|
-
bigdl/cpp/libs/vdot.exe,sha256=zIgHJT9caRJrHaYlH_h41TrgTcA1gcj6GdPQ16TGcWA,56320
|
50
|
-
bigdl/cpp/libs/dist/windows-amd64/ollama_runners/cpu/ollama_llama_server.exe,sha256=1DtbolMsr-0Jf2wmL7FkohkH1Rah4Oh0bmc4CFp_-6c,6495744
|
51
|
-
bigdl/cpp/libs/dist/windows-amd64/ollama_runners/cpu_avx/ollama_llama_server.exe,sha256=N8GofGevZdufg4VLmdu1QyQK-DeHo1jiXSmOUx5dDVs,6495744
|
52
|
-
bigdl/cpp/libs/dist/windows-amd64/ollama_runners/cpu_avx2/ollama_llama_server.exe,sha256=OThlcZ2YzHg9Fvbmdtdmg3MRywDsiSPBK4Tgl5pz3JM,6495744
|
53
|
-
bigdl_core_cpp-2.5.0b20240524.data/scripts/init-llama-cpp.bat,sha256=13AgSYRyzk6hlSz11dPyCMJeSoW9z8PZ9l85E_5GWxs,528
|
54
|
-
bigdl_core_cpp-2.5.0b20240524.data/scripts/init-llama-cpp.ps1,sha256=JFOylLxO4MKpllHhdbPuJ1xHi9azxDpzdJns8JtZpkU,501
|
55
|
-
bigdl_core_cpp-2.5.0b20240524.data/scripts/init-ollama.bat,sha256=I2em4AnSSMq7LX3IRI3QR9w3UY2y2Y8zXQkpL09-G7w,472
|
56
|
-
bigdl_core_cpp-2.5.0b20240524.dist-info/METADATA,sha256=ck7gi8hF9twf1Q4FdNx7hnxalKIq28OCR8KffwpirVY,668
|
57
|
-
bigdl_core_cpp-2.5.0b20240524.dist-info/WHEEL,sha256=at4xwl6JdXdkZHxdo5ixTwJ7ENtVftSy2wqmsdmo_4U,98
|
58
|
-
bigdl_core_cpp-2.5.0b20240524.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
59
|
-
bigdl_core_cpp-2.5.0b20240524.dist-info/RECORD,,
|
{bigdl_core_cpp-2.5.0b20240524.data → bigdl_core_cpp-2.5.0b20240528.data}/scripts/init-llama-cpp.bat
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240524.data → bigdl_core_cpp-2.5.0b20240528.data}/scripts/init-llama-cpp.ps1
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240524.data → bigdl_core_cpp-2.5.0b20240528.data}/scripts/init-ollama.bat
RENAMED
File without changes
|
File without changes
|
{bigdl_core_cpp-2.5.0b20240524.dist-info → bigdl_core_cpp-2.5.0b20240528.dist-info}/top_level.txt
RENAMED
File without changes
|