bigdl-core-cpp 2.5.0b20240827__py3-none-win_amd64.whl → 2.6.0b20230911__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/libs/common.lib +0 -0
- bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu/ggml.dll +0 -0
- bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu/llama.dll +0 -0
- bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu/ollama_llama_server.exe +0 -0
- bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx/ggml.dll +0 -0
- bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx/llama.dll +0 -0
- bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx/ollama_llama_server.exe +0 -0
- bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx2/ggml.dll +0 -0
- bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx2/llama.dll +0 -0
- bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx2/ollama_llama_server.exe +0 -0
- bigdl/cpp/libs/ggml.dll +0 -0
- bigdl/cpp/libs/llama-batched.exe +0 -0
- bigdl/cpp/libs/llama-bench.exe +0 -0
- bigdl/cpp/libs/llama-cli.exe +0 -0
- bigdl/cpp/libs/llama-embedding.exe +0 -0
- bigdl/cpp/libs/llama-gguf.exe +0 -0
- bigdl/cpp/libs/llama-llava-cli.exe +0 -0
- bigdl/cpp/libs/llama-lookup.exe +0 -0
- bigdl/cpp/libs/llama-ls-sycl-device.exe +0 -0
- bigdl/cpp/libs/llama-minicpmv-cli.exe +0 -0
- bigdl/cpp/libs/llama-perplexity.exe +0 -0
- bigdl/cpp/libs/llama-quantize.exe +0 -0
- bigdl/cpp/libs/llama-server.exe +0 -0
- bigdl/cpp/libs/llama-simple.exe +0 -0
- bigdl/cpp/libs/llama-speculative.exe +0 -0
- bigdl/cpp/libs/llama-tokenize.exe +0 -0
- bigdl/cpp/libs/llama.dll +0 -0
- bigdl/cpp/libs/llava_shared.dll +0 -0
- bigdl/cpp/libs/ollama.exe +0 -0
- {bigdl_core_cpp-2.5.0b20240827.dist-info → bigdl_core_cpp-2.6.0b20230911.dist-info}/METADATA +3 -3
- bigdl_core_cpp-2.6.0b20230911.dist-info/RECORD +54 -0
- bigdl_core_cpp-2.5.0b20240827.dist-info/RECORD +0 -54
- {bigdl_core_cpp-2.5.0b20240827.data → bigdl_core_cpp-2.6.0b20230911.data}/scripts/init-llama-cpp.bat +0 -0
- {bigdl_core_cpp-2.5.0b20240827.data → bigdl_core_cpp-2.6.0b20230911.data}/scripts/init-llama-cpp.ps1 +0 -0
- {bigdl_core_cpp-2.5.0b20240827.data → bigdl_core_cpp-2.6.0b20230911.data}/scripts/init-ollama.bat +0 -0
- {bigdl_core_cpp-2.5.0b20240827.dist-info → bigdl_core_cpp-2.6.0b20230911.dist-info}/WHEEL +0 -0
- {bigdl_core_cpp-2.5.0b20240827.dist-info → bigdl_core_cpp-2.6.0b20230911.dist-info}/top_level.txt +0 -0
bigdl/cpp/libs/common.lib
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
bigdl/cpp/libs/ggml.dll
CHANGED
Binary file
|
bigdl/cpp/libs/llama-batched.exe
CHANGED
Binary file
|
bigdl/cpp/libs/llama-bench.exe
CHANGED
Binary file
|
bigdl/cpp/libs/llama-cli.exe
CHANGED
Binary file
|
Binary file
|
bigdl/cpp/libs/llama-gguf.exe
CHANGED
Binary file
|
Binary file
|
bigdl/cpp/libs/llama-lookup.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
bigdl/cpp/libs/llama-server.exe
CHANGED
Binary file
|
bigdl/cpp/libs/llama-simple.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
bigdl/cpp/libs/llama.dll
CHANGED
Binary file
|
bigdl/cpp/libs/llava_shared.dll
CHANGED
Binary file
|
bigdl/cpp/libs/ollama.exe
CHANGED
Binary file
|
{bigdl_core_cpp-2.5.0b20240827.dist-info → bigdl_core_cpp-2.6.0b20230911.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bigdl-core-cpp
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.6.0b20230911
|
4
4
|
Summary: Large Language Model Develop Toolkit
|
5
5
|
Author: BigDL Authors
|
6
6
|
License: Apache License, Version 2.0
|
@@ -10,9 +10,9 @@ Classifier: Programming Language :: Python :: 3.9
|
|
10
10
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
11
11
|
Requires-Dist: torch==2.2.0
|
12
12
|
Requires-Dist: numpy==1.26.4
|
13
|
-
Requires-Dist: transformers
|
13
|
+
Requires-Dist: transformers==4.44.2
|
14
14
|
Requires-Dist: sentencepiece~=0.1.98
|
15
|
-
Requires-Dist: accelerate==0.
|
15
|
+
Requires-Dist: accelerate==0.33.0
|
16
16
|
Requires-Dist: protobuf<5.0.0,>=4.21.0
|
17
17
|
Requires-Dist: gguf>=0.1.0
|
18
18
|
|
@@ -0,0 +1,54 @@
|
|
1
|
+
bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
bigdl/cpp/convert_hf_to_gguf.py,sha256=5DxO33LLwJX4aYpWMwTTTvnZd2JinTWatBwnW54A8iQ,189773
|
3
|
+
bigdl/cpp/convert_hf_to_gguf_update.py,sha256=pKKPaDe8Dhsvcu_ofSPVEgZ6Ojgk8P9bmDIFi1Hm7lo,15503
|
4
|
+
bigdl/cpp/convert_llama_ggml_to_gguf.py,sha256=VyHM3jMYwzM5uQByh-W2DKHEXiwQDk8RBonpdbBL5l8,19734
|
5
|
+
bigdl/cpp/convert_lora_to_gguf.py,sha256=bc-D5-lINVo6SXrt-Lws8wdWeIfwcdA7GBptP3MttcM,14775
|
6
|
+
bigdl/cpp/gguf-py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
bigdl/cpp/gguf-py/gguf/__init__.py,sha256=h5GWs6SMXYR8giWZ7MTZzAc3hYsIJF-HAkdxtgXLOPo,228
|
8
|
+
bigdl/cpp/gguf-py/gguf/constants.py,sha256=J1dMukNMfNKF_yEbjvOSQpYODfifY05TwdiTQqHw27E,50556
|
9
|
+
bigdl/cpp/gguf-py/gguf/gguf.py,sha256=V5jY968TEJn6GJHVdjzH0_aIkZ1QC967vPdHDKDoxZw,491
|
10
|
+
bigdl/cpp/gguf-py/gguf/gguf_reader.py,sha256=N3LnQQ30t-S0U85-EvZZzIBfHzo0XuyFVUltdg7Sj3c,12680
|
11
|
+
bigdl/cpp/gguf-py/gguf/gguf_writer.py,sha256=VZneSoXRxmxCFP55CMIqBws4XgboeC8sJeGNoMHy6Uc,35976
|
12
|
+
bigdl/cpp/gguf-py/gguf/lazy.py,sha256=kckbqp8tj7NMkDNwePxwI_1WxK6qH5pMk9p7Lu8cj6A,8816
|
13
|
+
bigdl/cpp/gguf-py/gguf/metadata.py,sha256=wtquhynkyH8R7m3zxgeSUe2bnaekJi6HoCMiYJfJBmk,26232
|
14
|
+
bigdl/cpp/gguf-py/gguf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
+
bigdl/cpp/gguf-py/gguf/quants.py,sha256=8broI4A53_Zbd8nQ-a6Qcw2TY4T8XgqHhHFq-J6E9eY,58524
|
16
|
+
bigdl/cpp/gguf-py/gguf/tensor_mapping.py,sha256=V2UiBqnPVfFeOK_sg9JY6mXqOLBhCsHGJy7kPHn5jMQ,31548
|
17
|
+
bigdl/cpp/gguf-py/gguf/utility.py,sha256=LAwLstUlosYQ1oX9LlJZ-1uCmwyNtOFcJfXpkLnju0k,3003
|
18
|
+
bigdl/cpp/gguf-py/gguf/vocab.py,sha256=FtNcm8M5aX9RIr6rRR6UXsUlKMagRUC2xnIWb-xu6rI,19511
|
19
|
+
bigdl/cpp/libs/common.lib,sha256=Im_m0F9db-cgI3bxJiScELQBWe-uVuYdmQ_5pKb_pQQ,4057932
|
20
|
+
bigdl/cpp/libs/ggml.dll,sha256=CdO6cURn3pjhL-2YDd0EiR4SlnZiTZDBjcYdZ36EH74,5222912
|
21
|
+
bigdl/cpp/libs/llama-batched.exe,sha256=GAggxevKGVQOyc6IVLFJBKks7ZkqxqoOzuma8Hxna_0,771072
|
22
|
+
bigdl/cpp/libs/llama-bench.exe,sha256=_8Ub3moV8gB7lm640I1szoHU8SBKyPRhPGMvWii01vc,336896
|
23
|
+
bigdl/cpp/libs/llama-cli.exe,sha256=BX2npMxSXNOEFVh_0ownNpL-PPkTOCXMxdjSOzsiSPw,906752
|
24
|
+
bigdl/cpp/libs/llama-embedding.exe,sha256=bg3oEZ-EW776sVxV5ignaNB5p17E76Xn8fzZoZzNJL8,785408
|
25
|
+
bigdl/cpp/libs/llama-gguf.exe,sha256=k6iGOxHytdPlqYhudduFkiRlqcgGYAO_SGnEC-HBq-c,66560
|
26
|
+
bigdl/cpp/libs/llama-llava-cli.exe,sha256=bF8NvHK5GQS3TaJwMU39OIn5EAaEUQygteB39rlEFtI,1090560
|
27
|
+
bigdl/cpp/libs/llama-lookup.exe,sha256=IdWoTyyfDT1f8Z0VKHpbxqPq8j36DZPyDLbnCMSkK0U,851968
|
28
|
+
bigdl/cpp/libs/llama-ls-sycl-device.exe,sha256=76CGDX365Db_TWgixZXGh3V5cwXLJn2OAEc3QL-ILnk,10240
|
29
|
+
bigdl/cpp/libs/llama-minicpmv-cli.exe,sha256=Zs86K5JlQ2YbHZHeLwZO6m8Ua3aw9r50ggpAQnCW6zk,1082368
|
30
|
+
bigdl/cpp/libs/llama-perplexity.exe,sha256=to6N_EplR8qvtc7whxMPtzGfZAdggaxrZEfFOqyQFng,915456
|
31
|
+
bigdl/cpp/libs/llama-quantize.exe,sha256=4b_jJdszSHV8GQ7v4L5IEjSjIxTmkicxPL5rr2jGWkM,227840
|
32
|
+
bigdl/cpp/libs/llama-server.exe,sha256=YSv3URCYllHxXjUuYHVb7V13_BtN2OgFKg13w8Ruy6s,2143744
|
33
|
+
bigdl/cpp/libs/llama-simple.exe,sha256=KPNGolT9CTE4w06YKpcNqmZyk2twpYTj1Zo97w3Xx1Y,763392
|
34
|
+
bigdl/cpp/libs/llama-speculative.exe,sha256=J6S0kZEzi8oJ4EbaeOnAo2HnTx3WN9jOVRggCrELGqY,849920
|
35
|
+
bigdl/cpp/libs/llama-tokenize.exe,sha256=nJsYaya8MCvphkXbC56uxY8j-i8v9u1_U06aPFQWtnk,200704
|
36
|
+
bigdl/cpp/libs/llama.dll,sha256=vvUgbx8uCZsDS3X9SEaIVUaZirB0DmfTOxLeqOEBhXs,2205184
|
37
|
+
bigdl/cpp/libs/llava_shared.dll,sha256=RWhneyghhzWOA3iy5UcyKRNqb5oh5V2Kz2lIl6EH2Sw,403968
|
38
|
+
bigdl/cpp/libs/ollama.exe,sha256=epEN-0lalbZLmXC6pXeyeEKAydHGoxWUbpi0Ufl8OYs,65494066
|
39
|
+
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu/ggml.dll,sha256=YqNhmQB3q2LThhA_laoe1J-UPpG1un8XYJzsjug7XY8,5180928
|
40
|
+
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu/llama.dll,sha256=6tVPEUUONRPjpUZuUdTH4YszLxthQE38f_Y6xU1_m4s,2205696
|
41
|
+
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu/ollama_llama_server.exe,sha256=3vwepybtWMECJDp7551OfMw-2IhobvvuBAxse446V6U,1375744
|
42
|
+
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx/ggml.dll,sha256=mAtg1eXz7VuOo6wya-N3_B1YSmSrHvqM7OfsFwZgFcg,5180928
|
43
|
+
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx/llama.dll,sha256=b0UYb7oavYsn025ymokaJLw9KU6k_XGVn_TxJKROnIc,2205696
|
44
|
+
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx/ollama_llama_server.exe,sha256=nhRwxks2Rzeo5Vn6iFolxpA3W5pYymQVBphqTudIldY,1375744
|
45
|
+
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx2/ggml.dll,sha256=4xIM7Os69-uRX9M1YDAhxxh9qUFLFfKfJZGl8yKT5LM,5180928
|
46
|
+
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx2/llama.dll,sha256=dWsqqqGf8CtMekcgk7WR6PGEhnG8gLDGO2YHbr14MJc,2205696
|
47
|
+
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx2/ollama_llama_server.exe,sha256=sKn8EpCMd7Y19JhcHyFB7iDMwOfAyJniAndcgJ9N96w,1375744
|
48
|
+
bigdl_core_cpp-2.6.0b20230911.data/scripts/init-llama-cpp.bat,sha256=U0h6RifZxL3GGJp-0dxdZapQIvXUATSj644CURJL-lg,751
|
49
|
+
bigdl_core_cpp-2.6.0b20230911.data/scripts/init-llama-cpp.ps1,sha256=JFOylLxO4MKpllHhdbPuJ1xHi9azxDpzdJns8JtZpkU,501
|
50
|
+
bigdl_core_cpp-2.6.0b20230911.data/scripts/init-ollama.bat,sha256=2rScaP2-_yWuAnc86NyX-i6pg7BxjvLc96Kt7HuvQVM,603
|
51
|
+
bigdl_core_cpp-2.6.0b20230911.dist-info/METADATA,sha256=2t0AmoSEHCO3-PrdIy-Pyhoni0PZ8mz_CvdGxglymqk,654
|
52
|
+
bigdl_core_cpp-2.6.0b20230911.dist-info/WHEEL,sha256=87BRyezC8KnrcMI_z4tCzFYC3DxpD7TAVunwk556SAc,97
|
53
|
+
bigdl_core_cpp-2.6.0b20230911.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
54
|
+
bigdl_core_cpp-2.6.0b20230911.dist-info/RECORD,,
|
@@ -1,54 +0,0 @@
|
|
1
|
-
bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
bigdl/cpp/convert_hf_to_gguf.py,sha256=5DxO33LLwJX4aYpWMwTTTvnZd2JinTWatBwnW54A8iQ,189773
|
3
|
-
bigdl/cpp/convert_hf_to_gguf_update.py,sha256=pKKPaDe8Dhsvcu_ofSPVEgZ6Ojgk8P9bmDIFi1Hm7lo,15503
|
4
|
-
bigdl/cpp/convert_llama_ggml_to_gguf.py,sha256=VyHM3jMYwzM5uQByh-W2DKHEXiwQDk8RBonpdbBL5l8,19734
|
5
|
-
bigdl/cpp/convert_lora_to_gguf.py,sha256=bc-D5-lINVo6SXrt-Lws8wdWeIfwcdA7GBptP3MttcM,14775
|
6
|
-
bigdl/cpp/gguf-py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
bigdl/cpp/gguf-py/gguf/__init__.py,sha256=h5GWs6SMXYR8giWZ7MTZzAc3hYsIJF-HAkdxtgXLOPo,228
|
8
|
-
bigdl/cpp/gguf-py/gguf/constants.py,sha256=J1dMukNMfNKF_yEbjvOSQpYODfifY05TwdiTQqHw27E,50556
|
9
|
-
bigdl/cpp/gguf-py/gguf/gguf.py,sha256=V5jY968TEJn6GJHVdjzH0_aIkZ1QC967vPdHDKDoxZw,491
|
10
|
-
bigdl/cpp/gguf-py/gguf/gguf_reader.py,sha256=N3LnQQ30t-S0U85-EvZZzIBfHzo0XuyFVUltdg7Sj3c,12680
|
11
|
-
bigdl/cpp/gguf-py/gguf/gguf_writer.py,sha256=VZneSoXRxmxCFP55CMIqBws4XgboeC8sJeGNoMHy6Uc,35976
|
12
|
-
bigdl/cpp/gguf-py/gguf/lazy.py,sha256=kckbqp8tj7NMkDNwePxwI_1WxK6qH5pMk9p7Lu8cj6A,8816
|
13
|
-
bigdl/cpp/gguf-py/gguf/metadata.py,sha256=wtquhynkyH8R7m3zxgeSUe2bnaekJi6HoCMiYJfJBmk,26232
|
14
|
-
bigdl/cpp/gguf-py/gguf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
bigdl/cpp/gguf-py/gguf/quants.py,sha256=8broI4A53_Zbd8nQ-a6Qcw2TY4T8XgqHhHFq-J6E9eY,58524
|
16
|
-
bigdl/cpp/gguf-py/gguf/tensor_mapping.py,sha256=V2UiBqnPVfFeOK_sg9JY6mXqOLBhCsHGJy7kPHn5jMQ,31548
|
17
|
-
bigdl/cpp/gguf-py/gguf/utility.py,sha256=LAwLstUlosYQ1oX9LlJZ-1uCmwyNtOFcJfXpkLnju0k,3003
|
18
|
-
bigdl/cpp/gguf-py/gguf/vocab.py,sha256=FtNcm8M5aX9RIr6rRR6UXsUlKMagRUC2xnIWb-xu6rI,19511
|
19
|
-
bigdl/cpp/libs/common.lib,sha256=12L0rTJYc5rnwRg7GQ5i0bg-6sdauKyBsEOS73OSvSM,4097652
|
20
|
-
bigdl/cpp/libs/ggml.dll,sha256=1fBL2LxtX7a-WqEHtKmqzpSD_CXRvuO9WepILIVnKBU,6362624
|
21
|
-
bigdl/cpp/libs/llama-batched.exe,sha256=C-aQU8zLsM3drTlLCCgqH_OLuSfbOyCjiYqieWPTG1U,778240
|
22
|
-
bigdl/cpp/libs/llama-bench.exe,sha256=ghkhSa7yf79EixcIRyvqMYzoRFw7dB5avdJ2y3NDZjs,311808
|
23
|
-
bigdl/cpp/libs/llama-cli.exe,sha256=DlMacWqj9Xexq2Yl49QzLDfq4s66U6igZ54VUYmChiU,915456
|
24
|
-
bigdl/cpp/libs/llama-embedding.exe,sha256=-Al19BXeFhdq1vZrvioBlDFR3pozBKemjGPPVeVcg6g,793600
|
25
|
-
bigdl/cpp/libs/llama-gguf.exe,sha256=Wz5SynThq9yjCWiuYbCMBvHM-t_H51bl3bOf6ylXlzU,64512
|
26
|
-
bigdl/cpp/libs/llama-llava-cli.exe,sha256=f54Lo65xGkmwpptRv3ChZb2bin7Lz1XHs-gvsbpTFGk,1106944
|
27
|
-
bigdl/cpp/libs/llama-lookup.exe,sha256=dxSrZGdmUYoOIULLcqTjqE4RIupKhZxsxZJkr2jOst8,860672
|
28
|
-
bigdl/cpp/libs/llama-ls-sycl-device.exe,sha256=puM8suwEBNjmLa5A6WY69HBV7baroL2XZda_6rt1yYE,10240
|
29
|
-
bigdl/cpp/libs/llama-minicpmv-cli.exe,sha256=fXHX8raWfQsUGU7LFyH-i5qIUxHpzN-9e4Owp2zR2Ws,1099264
|
30
|
-
bigdl/cpp/libs/llama-perplexity.exe,sha256=TPqp2AiTft7z0tK3Uv8zQfCY4n7qOTW3EWyn6EgRm8U,921600
|
31
|
-
bigdl/cpp/libs/llama-quantize.exe,sha256=NEVZJqKAu86OYXNn42COOS8OKkYRB2ubBsvjD2wE3Wc,204288
|
32
|
-
bigdl/cpp/libs/llama-server.exe,sha256=PIYTpSYYMozUC-iS7vhZrkLcqCANE0s0KWbg-IGiVtE,2110464
|
33
|
-
bigdl/cpp/libs/llama-simple.exe,sha256=Y--TXkXUAYuGVGSUt0uWMDeE2TCXpIx8VLfEvHk84J4,771584
|
34
|
-
bigdl/cpp/libs/llama-speculative.exe,sha256=wW7aLIX6HaXn-YlMrLj3MYSXkCuNrlGl8JhRqBkojTw,856576
|
35
|
-
bigdl/cpp/libs/llama-tokenize.exe,sha256=sGkdosQvf93NxOmWPCTLGkzD6ymAzZmR3K92CmJ1Sdo,174080
|
36
|
-
bigdl/cpp/libs/llama.dll,sha256=X9MmIlukXiLobZdRNNixRjS-RPgjCWx-mlMEXdPBViY,2160640
|
37
|
-
bigdl/cpp/libs/llava_shared.dll,sha256=38yn-WGCiEjkX7Vt9KvdMHthA0a2Lcasxi9ohC9sqYs,414208
|
38
|
-
bigdl/cpp/libs/ollama.exe,sha256=aH3bgXhTg8kYQx97xSZ0OrjbNsFhWGVFrJ6v_Thy0ug,65492018
|
39
|
-
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu/ggml.dll,sha256=5znM4Ron_RI2Ky-sO6Auov2ZV2PXDREg5a4hdl65-8k,6327808
|
40
|
-
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu/llama.dll,sha256=6r2aUDw6lsuNs1GMRUHhuT_FSHADpkFS-QuanUqXLtY,2161152
|
41
|
-
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu/ollama_llama_server.exe,sha256=jqXHEA6OjyBQa-swwq4cUD6cYs-S2myffkbFLBN7ahc,1360896
|
42
|
-
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx/ggml.dll,sha256=HVyxmQWu3vlsIbhgKrlbZY7cgbt1r52jMNlRCbJibMI,6327808
|
43
|
-
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx/llama.dll,sha256=X1TD8jwllDXw8ADANLYB4c7ncakY8HkGAz64aO4bqqE,2161152
|
44
|
-
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx/ollama_llama_server.exe,sha256=RMtAzoRHqosFoPZXby6bAPdD4QMbeeaLYmQGxaX8Ff4,1360896
|
45
|
-
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx2/ggml.dll,sha256=VSRjN7xtOVLxjhz4RdZze1OmIR0raa_ZoTGQbRnDo5M,6327808
|
46
|
-
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx2/llama.dll,sha256=YTkIWioq3RCAkh0eT2sQRLs9o8HYhYga8I25eC3bHF0,2161152
|
47
|
-
bigdl/cpp/libs/dist/windows-amd64/lib/ollama/runners/cpu_avx2/ollama_llama_server.exe,sha256=abnqz5OR5WKR7tqbDGtmgdaLZdE6JHmpv3LY9amSGhU,1360896
|
48
|
-
bigdl_core_cpp-2.5.0b20240827.data/scripts/init-llama-cpp.bat,sha256=U0h6RifZxL3GGJp-0dxdZapQIvXUATSj644CURJL-lg,751
|
49
|
-
bigdl_core_cpp-2.5.0b20240827.data/scripts/init-llama-cpp.ps1,sha256=JFOylLxO4MKpllHhdbPuJ1xHi9azxDpzdJns8JtZpkU,501
|
50
|
-
bigdl_core_cpp-2.5.0b20240827.data/scripts/init-ollama.bat,sha256=2rScaP2-_yWuAnc86NyX-i6pg7BxjvLc96Kt7HuvQVM,603
|
51
|
-
bigdl_core_cpp-2.5.0b20240827.dist-info/METADATA,sha256=5SHoeJ7JCsOE1ZAIbU4rl399zTKyndTU9mnSs-A4NEQ,661
|
52
|
-
bigdl_core_cpp-2.5.0b20240827.dist-info/WHEEL,sha256=87BRyezC8KnrcMI_z4tCzFYC3DxpD7TAVunwk556SAc,97
|
53
|
-
bigdl_core_cpp-2.5.0b20240827.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
54
|
-
bigdl_core_cpp-2.5.0b20240827.dist-info/RECORD,,
|
{bigdl_core_cpp-2.5.0b20240827.data → bigdl_core_cpp-2.6.0b20230911.data}/scripts/init-llama-cpp.bat
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240827.data → bigdl_core_cpp-2.6.0b20230911.data}/scripts/init-llama-cpp.ps1
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240827.data → bigdl_core_cpp-2.6.0b20230911.data}/scripts/init-ollama.bat
RENAMED
File without changes
|
File without changes
|
{bigdl_core_cpp-2.5.0b20240827.dist-info → bigdl_core_cpp-2.6.0b20230911.dist-info}/top_level.txt
RENAMED
File without changes
|