bigdl-core-cpp 2.5.0b20240422__py3-none-win_amd64.whl → 2.5.0b20240423__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.
Files changed (41) hide show
  1. bigdl/cpp/libs/baby-llama.exe +0 -0
  2. bigdl/cpp/libs/batched-bench.exe +0 -0
  3. bigdl/cpp/libs/batched.exe +0 -0
  4. bigdl/cpp/libs/beam-search.exe +0 -0
  5. bigdl/cpp/libs/benchmark.exe +0 -0
  6. bigdl/cpp/libs/convert-llama2c-to-ggml.exe +0 -0
  7. bigdl/cpp/libs/embedding.exe +0 -0
  8. bigdl/cpp/libs/export-lora.exe +0 -0
  9. bigdl/cpp/libs/finetune.exe +0 -0
  10. bigdl/cpp/libs/gguf.exe +0 -0
  11. bigdl/cpp/libs/gritlm.exe +0 -0
  12. bigdl/cpp/libs/imatrix.exe +0 -0
  13. bigdl/cpp/libs/infill.exe +0 -0
  14. bigdl/cpp/libs/llama-bench.exe +0 -0
  15. bigdl/cpp/libs/llava-cli.exe +0 -0
  16. bigdl/cpp/libs/lookahead.exe +0 -0
  17. bigdl/cpp/libs/lookup.exe +0 -0
  18. bigdl/cpp/libs/ls-sycl-device.exe +0 -0
  19. bigdl/cpp/libs/main.exe +0 -0
  20. bigdl/cpp/libs/ollama.exe +0 -0
  21. bigdl/cpp/libs/parallel.exe +0 -0
  22. bigdl/cpp/libs/passkey.exe +0 -0
  23. bigdl/cpp/libs/perplexity.exe +0 -0
  24. bigdl/cpp/libs/q8dot.exe +0 -0
  25. bigdl/cpp/libs/quantize-stats.exe +0 -0
  26. bigdl/cpp/libs/quantize.exe +0 -0
  27. bigdl/cpp/libs/save-load-state.exe +0 -0
  28. bigdl/cpp/libs/server.exe +0 -0
  29. bigdl/cpp/libs/simple.exe +0 -0
  30. bigdl/cpp/libs/speculative.exe +0 -0
  31. bigdl/cpp/libs/tokenize.exe +0 -0
  32. bigdl/cpp/libs/train-text-from-scratch.exe +0 -0
  33. bigdl/cpp/libs/vdot.exe +0 -0
  34. {bigdl_core_cpp-2.5.0b20240422.dist-info → bigdl_core_cpp-2.5.0b20240423.dist-info}/METADATA +1 -1
  35. bigdl_core_cpp-2.5.0b20240423.dist-info/RECORD +50 -0
  36. bigdl_core_cpp-2.5.0b20240422.dist-info/RECORD +0 -50
  37. {bigdl_core_cpp-2.5.0b20240422.data → bigdl_core_cpp-2.5.0b20240423.data}/scripts/init-llama-cpp.bat +0 -0
  38. {bigdl_core_cpp-2.5.0b20240422.data → bigdl_core_cpp-2.5.0b20240423.data}/scripts/init-llama-cpp.ps1 +0 -0
  39. {bigdl_core_cpp-2.5.0b20240422.data → bigdl_core_cpp-2.5.0b20240423.data}/scripts/init-ollama.bat +0 -0
  40. {bigdl_core_cpp-2.5.0b20240422.dist-info → bigdl_core_cpp-2.5.0b20240423.dist-info}/WHEEL +0 -0
  41. {bigdl_core_cpp-2.5.0b20240422.dist-info → bigdl_core_cpp-2.5.0b20240423.dist-info}/top_level.txt +0 -0
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
bigdl/cpp/libs/gguf.exe CHANGED
Binary file
bigdl/cpp/libs/gritlm.exe CHANGED
Binary file
Binary file
bigdl/cpp/libs/infill.exe CHANGED
Binary file
Binary file
Binary file
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
Binary file
Binary file
Binary file
bigdl/cpp/libs/q8dot.exe CHANGED
Binary file
Binary file
Binary file
Binary file
bigdl/cpp/libs/server.exe CHANGED
Binary file
bigdl/cpp/libs/simple.exe CHANGED
Binary file
Binary file
Binary file
Binary file
bigdl/cpp/libs/vdot.exe CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bigdl-core-cpp
3
- Version: 2.5.0b20240422
3
+ Version: 2.5.0b20240423
4
4
  Summary: Large Language Model Develop Toolkit
5
5
  Author: BigDL Authors
6
6
  License: Apache License, Version 2.0
@@ -0,0 +1,50 @@
1
+ bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ bigdl/cpp/convert.py,sha256=SUhdmE7pr6U4hkFu-gjkyW60oKgjmeWWEjviZFxtfWE,64566
3
+ bigdl/cpp/gguf-py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ bigdl/cpp/gguf-py/gguf/__init__.py,sha256=2eyRnO5rS0WNuzL_N159IRA66ybYkisoSETMSM-tGBQ,135
5
+ bigdl/cpp/gguf-py/gguf/constants.py,sha256=VFO4XPMZrGqkGL5CipwXW0oSfZyroQGBQzeByMNM_4I,31615
6
+ bigdl/cpp/gguf-py/gguf/gguf.py,sha256=QpLc-xU055W2d7CEFvJp2gLIfGO63bdM24ZndZCH6rw,493
7
+ bigdl/cpp/gguf-py/gguf/gguf_reader.py,sha256=ROcR0J8RXge6qL6LEjvagjMCy_gwqNDdOxKgoztL7uI,11404
8
+ bigdl/cpp/gguf-py/gguf/gguf_writer.py,sha256=EqV792lr3L65zOmaqlKaXGFmDJ0a_sw6CiLYshHZODY,20165
9
+ bigdl/cpp/gguf-py/gguf/tensor_mapping.py,sha256=n5jMg4dTSovma5cLOuTm0IYjgMYpqXYDV8H4CSzKnj4,22121
10
+ bigdl/cpp/gguf-py/gguf/vocab.py,sha256=MLTNwhQfDBiDcul-8xQg5lzhZkzg8zqQlNHqBfMvWMY,7396
11
+ bigdl/cpp/libs/baby-llama.exe,sha256=5-HcTQVMp8ayUMZgk8juOWp3z72KJRvB4BSag758tDw,3850240
12
+ bigdl/cpp/libs/batched-bench.exe,sha256=qSflF6VMX21uQMwBvwJ_hfIXxK_uZA7m1xQGwWSU9os,4704256
13
+ bigdl/cpp/libs/batched.exe,sha256=FM7DbedII1EtA2NCA78ZGZ5kxl5Avp77byNeIugNdF8,4733952
14
+ bigdl/cpp/libs/beam-search.exe,sha256=CQcb5u3H_1kYe-ONP_LN5kpOj1yz7zDivPJl8hriGt4,4750848
15
+ bigdl/cpp/libs/benchmark.exe,sha256=0rAOGYcb08zAMxxL1a0x_zKExbj1oF7x2scuUsXgfmI,571392
16
+ bigdl/cpp/libs/convert-llama2c-to-ggml.exe,sha256=lybgq66gHqaDWGCaWgWzKyreml_SrNkeN1B4H7cyes0,309760
17
+ bigdl/cpp/libs/embedding.exe,sha256=UkQsoo5NduoluP0VRbi8rb_Wx_Q0rULiirfOtOIzG-s,5143552
18
+ bigdl/cpp/libs/export-lora.exe,sha256=9mJcJADaets7XXqliF56JSH0tSZltDmvJn9mWD681Lo,3526656
19
+ bigdl/cpp/libs/finetune.exe,sha256=dLcP9NnB7HvaSKy1faipuo-MRgBe0hDa8cpIp_NuCJU,4822016
20
+ bigdl/cpp/libs/gguf.exe,sha256=2oM74O_wvhqU_gB2kTK3xsgh-SLi9Jgz8IJaIIuZDHY,3498496
21
+ bigdl/cpp/libs/gritlm.exe,sha256=vf0XuH_b3TL7kLVPID72fN6vhWG1jOBQtxbKtk_f56s,5106176
22
+ bigdl/cpp/libs/imatrix.exe,sha256=YtLJhm3CxQFx-LryAPmFAlFFEvUlbwiofG4JZdtD3fs,5158912
23
+ bigdl/cpp/libs/infill.exe,sha256=e0yJq6jSO1GFtDp-sXb7Kk6lWufYmOEg2LBjmvf4DTw,5297152
24
+ bigdl/cpp/libs/llama-bench.exe,sha256=G0RYyFjkNRItWXf0c2RdoaKD4UAC0lcqm9UN5s5klVQ,4823040
25
+ bigdl/cpp/libs/llava-cli.exe,sha256=EaUIsjWApS9Y9NnpKvEwEM0cxGqSo6ppcDrQAAZb6J8,5416448
26
+ bigdl/cpp/libs/lookahead.exe,sha256=PLXJResTchMSXhrpmnSs2jMZQSQVq5Ksp-x26b2ilFc,5223936
27
+ bigdl/cpp/libs/lookup.exe,sha256=RhVZizZ5F1rGSjj6Ktzk1tKdWSd8xlKfEDQyruEeaUI,5257728
28
+ bigdl/cpp/libs/ls-sycl-device.exe,sha256=2MzaAzS4HTv4x6X5fpIggLzNSf3VgkNNgFqPD3Er48A,3521536
29
+ bigdl/cpp/libs/main.exe,sha256=JIo7GTXGvwUJXId0esznkBIj4SPgyHKuimIU3lsAHTI,5342720
30
+ bigdl/cpp/libs/ollama.exe,sha256=VC6qCONpX7H6fcYTgpFRA1OJYJLEKHPXF-1xfUUPslA,63558537
31
+ bigdl/cpp/libs/parallel.exe,sha256=b6Io-zdc48-ExZYr3yBf90hEMiijvFt9J8SgmDprwrE,5241856
32
+ bigdl/cpp/libs/passkey.exe,sha256=kwGUYWf8uP9wSyp61C5X4QAO2_8C7WzuPMFb4J2k0C8,4725760
33
+ bigdl/cpp/libs/perplexity.exe,sha256=JHGtiEzhpj6RUYfISaxWwnF5l_dKl_XJt6u3TJWAAMo,5276160
34
+ bigdl/cpp/libs/q8dot.exe,sha256=FW4v-hFUiNPc1H6qnBkc_N0VyLqMGWvBAQDDSADz_e0,238080
35
+ bigdl/cpp/libs/quantize-stats.exe,sha256=D1SNxbuotmfWyJ_AgABq-1k-M2NTpRil_MjVxgxBkmA,4598784
36
+ bigdl/cpp/libs/quantize.exe,sha256=dPXtj4Lqvr29bPXg4StyscgLSr1O3K3LSEw95hIys0I,3930624
37
+ bigdl/cpp/libs/save-load-state.exe,sha256=3JA5JGsn5SsFvgfWqUxgHoih6cYuWVUOkxMCBqH4gkY,5145088
38
+ bigdl/cpp/libs/server.exe,sha256=BANUZ6wuE4GS4vu_f7o3gpX3EHgn8bsZIoaqEzjTaN8,6291968
39
+ bigdl/cpp/libs/simple.exe,sha256=xz_dbqfUX_KgxqK3rn-mSjDmOu841CzeepnEAVVM7SI,4709376
40
+ bigdl/cpp/libs/speculative.exe,sha256=vWP2Cx50PLiC493-v--SrCWfQN4TLXXPFL7hpUBIJXk,5249536
41
+ bigdl/cpp/libs/tokenize.exe,sha256=njLOCsI4squqh1i5ojdmWRY-KkYavc86GFG0q10BmGY,4654592
42
+ bigdl/cpp/libs/train-text-from-scratch.exe,sha256=13bmZxgvczoio0fnoc6z6fMyB6ngu_N3Ln6sEhRmvp0,4802560
43
+ bigdl/cpp/libs/vdot.exe,sha256=AZ9jp3qsMC1BW6OWHx6_G44Lzab0hKzI757O9Y71wuE,240128
44
+ bigdl_core_cpp-2.5.0b20240423.data/scripts/init-llama-cpp.bat,sha256=VxyrsOwHajobFQIKtUVETnWlMOReI5l0D5IXcU9Ix-Y,486
45
+ bigdl_core_cpp-2.5.0b20240423.data/scripts/init-llama-cpp.ps1,sha256=JFOylLxO4MKpllHhdbPuJ1xHi9azxDpzdJns8JtZpkU,501
46
+ bigdl_core_cpp-2.5.0b20240423.data/scripts/init-ollama.bat,sha256=OVX62Q7KH67z6rQrgQUwEc19E3eiAH-8HAIycDmySYc,350
47
+ bigdl_core_cpp-2.5.0b20240423.dist-info/METADATA,sha256=trHkDwhZcg_EjVU0lJ5dkMJE2E4v6yBJZQQ70BQCB6k,674
48
+ bigdl_core_cpp-2.5.0b20240423.dist-info/WHEEL,sha256=at4xwl6JdXdkZHxdo5ixTwJ7ENtVftSy2wqmsdmo_4U,98
49
+ bigdl_core_cpp-2.5.0b20240423.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
50
+ bigdl_core_cpp-2.5.0b20240423.dist-info/RECORD,,
@@ -1,50 +0,0 @@
1
- bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- bigdl/cpp/convert.py,sha256=SUhdmE7pr6U4hkFu-gjkyW60oKgjmeWWEjviZFxtfWE,64566
3
- bigdl/cpp/gguf-py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- bigdl/cpp/gguf-py/gguf/__init__.py,sha256=2eyRnO5rS0WNuzL_N159IRA66ybYkisoSETMSM-tGBQ,135
5
- bigdl/cpp/gguf-py/gguf/constants.py,sha256=VFO4XPMZrGqkGL5CipwXW0oSfZyroQGBQzeByMNM_4I,31615
6
- bigdl/cpp/gguf-py/gguf/gguf.py,sha256=QpLc-xU055W2d7CEFvJp2gLIfGO63bdM24ZndZCH6rw,493
7
- bigdl/cpp/gguf-py/gguf/gguf_reader.py,sha256=ROcR0J8RXge6qL6LEjvagjMCy_gwqNDdOxKgoztL7uI,11404
8
- bigdl/cpp/gguf-py/gguf/gguf_writer.py,sha256=EqV792lr3L65zOmaqlKaXGFmDJ0a_sw6CiLYshHZODY,20165
9
- bigdl/cpp/gguf-py/gguf/tensor_mapping.py,sha256=n5jMg4dTSovma5cLOuTm0IYjgMYpqXYDV8H4CSzKnj4,22121
10
- bigdl/cpp/gguf-py/gguf/vocab.py,sha256=MLTNwhQfDBiDcul-8xQg5lzhZkzg8zqQlNHqBfMvWMY,7396
11
- bigdl/cpp/libs/baby-llama.exe,sha256=tdEVqWit3avd21nxxGKuGzYjFPoc1EFN2jB3IfK6Kk0,3808768
12
- bigdl/cpp/libs/batched-bench.exe,sha256=lCqPBF9W-fPYYJXdS-WR5uUfDUS5eps6c1lP4KCmN4Y,4662784
13
- bigdl/cpp/libs/batched.exe,sha256=eMHTcJgDjcfAsfQjPxUBX5-77pyDhU8aqUD0BRKbZF4,4691456
14
- bigdl/cpp/libs/beam-search.exe,sha256=Xl0sJbAOFPuxM9grhoDhMXZMotvW8eXYSA6EpwS2Kc4,4709376
15
- bigdl/cpp/libs/benchmark.exe,sha256=OgFAEqx5hdbnkTEUs1wG_enXjMnV22R9CydAenPr9ds,571392
16
- bigdl/cpp/libs/convert-llama2c-to-ggml.exe,sha256=6QF6vZauNlhV_utUhd2vbcVuVba5X-z6aUoJsTlSc8A,309760
17
- bigdl/cpp/libs/embedding.exe,sha256=ttqwWGJc2vmsOBQ1keuDMmuuVlck6QF9DX__MHaBsEk,5101568
18
- bigdl/cpp/libs/export-lora.exe,sha256=3jXeue3SMtBiMydI9YzrimlzLqjkqNc9f6vW3yXyYyM,3484672
19
- bigdl/cpp/libs/finetune.exe,sha256=a9Ra2l5h7aXSA8SJhVry79p8DhcV5VLE5RYasUvkT70,4779520
20
- bigdl/cpp/libs/gguf.exe,sha256=ZGIHY5u2qidwHtexOj0ZX35OHLPqPulZKYoAZ1WzH8A,3456000
21
- bigdl/cpp/libs/gritlm.exe,sha256=lMUcSKNbnIJuRf-8Quy9SbVZ2MmcLqTkXMRobj-Qecg,5063680
22
- bigdl/cpp/libs/imatrix.exe,sha256=LyxW8z2hySyJszu47inw4Nsf80pmOzfT2RMymnLprS8,5116928
23
- bigdl/cpp/libs/infill.exe,sha256=Ss5f2ZkTjb5q7-AoSh5AMicyh1qtBrAXhPkzsDSWusc,5255168
24
- bigdl/cpp/libs/llama-bench.exe,sha256=eDw-K8x6bQJctOftJeCg39SvYnV00hrlXhNvC6NeMqM,4780544
25
- bigdl/cpp/libs/llava-cli.exe,sha256=rf4N9ui7XhSRM7b5L4brmsWidWvO-R1qd1cFQ4g0kH4,5374464
26
- bigdl/cpp/libs/lookahead.exe,sha256=rqrWymDKiRv8CYmUrwsObFBx1krFD_nO5kKTpIiEhi4,5181952
27
- bigdl/cpp/libs/lookup.exe,sha256=s1Ryoe56IKkZS8OROJs5TCq5O7Z9SGmh--TqbIHwNyg,5215232
28
- bigdl/cpp/libs/ls-sycl-device.exe,sha256=4pDpmTXGj5zZ3OqTl4-uQQunxgtjDA17MisdAYHOb1M,3480064
29
- bigdl/cpp/libs/main.exe,sha256=Rlq9tWRvXFqqvZvbZdPsuxrOIJ6OHVuG3uRrVSZ2YAM,5300736
30
- bigdl/cpp/libs/ollama.exe,sha256=dTrWimepnF0urW9W6oL9JaBqS2-rzHmV8BYZKc9mjcM,63539593
31
- bigdl/cpp/libs/parallel.exe,sha256=MF2Ti5YxmT8lu0uNsinFKq_zc5C2acGUWuLWq0u2UzM,5199872
32
- bigdl/cpp/libs/passkey.exe,sha256=kTR0nGLOcIxNiHYONjxtQa9QFhwwqHKWRqrxsQEJQi4,4683264
33
- bigdl/cpp/libs/perplexity.exe,sha256=G_PMERf3qE_1glyVSP-GxRXjPJetoEB3pHwbAmYHWlU,5234176
34
- bigdl/cpp/libs/q8dot.exe,sha256=XydKGtGMdK6oTHfTKDo25bjm76BSE_-wrgV1bf88nxo,238080
35
- bigdl/cpp/libs/quantize-stats.exe,sha256=yPqu5xsm5JCzRXG6U15_vDOGXik2RZysnylpyD5qGBg,4556800
36
- bigdl/cpp/libs/quantize.exe,sha256=0ywG1E8mopyl2aNnNBQ8lFZGgAKn25eq66WBrbX9Tz8,3888640
37
- bigdl/cpp/libs/save-load-state.exe,sha256=rgOyOJ2HBwSeuqBMQ0_R0FuU6p5BhI1-OJN5vLTGoHU,5102592
38
- bigdl/cpp/libs/server.exe,sha256=gGLOud5TkJSzYtoda1Zd3JlbEf2N_TjvftN7cvYAAnI,6249984
39
- bigdl/cpp/libs/simple.exe,sha256=PZjU6hob-xOrPEMk4MPVKTaszNlrp-53S3O05Ro_Nsc,4667392
40
- bigdl/cpp/libs/speculative.exe,sha256=YECOr-DR-yWzSyrxynuw5fVawzCpikm8NiNQ38UknKk,5207552
41
- bigdl/cpp/libs/tokenize.exe,sha256=-DDr1IOneKh7MO7TksvezVQmXySgMeEuAd4sLZUkdGo,4612608
42
- bigdl/cpp/libs/train-text-from-scratch.exe,sha256=044m2N2uplAydoAltQKaQsu9pXjke4qwX2-9GAP3Z9Y,4760576
43
- bigdl/cpp/libs/vdot.exe,sha256=rqX90Ms5Z-N-qA2xdbCAAuX0OtL1IfuIL80DYdN1T-w,240128
44
- bigdl_core_cpp-2.5.0b20240422.data/scripts/init-llama-cpp.bat,sha256=VxyrsOwHajobFQIKtUVETnWlMOReI5l0D5IXcU9Ix-Y,486
45
- bigdl_core_cpp-2.5.0b20240422.data/scripts/init-llama-cpp.ps1,sha256=JFOylLxO4MKpllHhdbPuJ1xHi9azxDpzdJns8JtZpkU,501
46
- bigdl_core_cpp-2.5.0b20240422.data/scripts/init-ollama.bat,sha256=OVX62Q7KH67z6rQrgQUwEc19E3eiAH-8HAIycDmySYc,350
47
- bigdl_core_cpp-2.5.0b20240422.dist-info/METADATA,sha256=D7BKWOmUUf0KFJBHvK_jQGZtvjBqsyYI0vrfwp96rOI,674
48
- bigdl_core_cpp-2.5.0b20240422.dist-info/WHEEL,sha256=at4xwl6JdXdkZHxdo5ixTwJ7ENtVftSy2wqmsdmo_4U,98
49
- bigdl_core_cpp-2.5.0b20240422.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
50
- bigdl_core_cpp-2.5.0b20240422.dist-info/RECORD,,