bigdl-core-cpp 2.5.0b20240410__py3-none-win_amd64.whl → 2.5.0b20240413__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/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/convert-llama2c-to-ggml.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/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/llava-cli.exe +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.0b20240413.data/scripts/init-ollama.bat +10 -0
- {bigdl_core_cpp-2.5.0b20240410.dist-info → bigdl_core_cpp-2.5.0b20240413.dist-info}/METADATA +1 -1
- bigdl_core_cpp-2.5.0b20240413.dist-info/RECORD +42 -0
- bigdl_core_cpp-2.5.0b20240410.dist-info/RECORD +0 -41
- {bigdl_core_cpp-2.5.0b20240410.data → bigdl_core_cpp-2.5.0b20240413.data}/scripts/init-llama-cpp.bat +0 -0
- {bigdl_core_cpp-2.5.0b20240410.data → bigdl_core_cpp-2.5.0b20240413.data}/scripts/init-llama-cpp.ps1 +0 -0
- {bigdl_core_cpp-2.5.0b20240410.dist-info → bigdl_core_cpp-2.5.0b20240413.dist-info}/WHEEL +0 -0
- {bigdl_core_cpp-2.5.0b20240410.dist-info → bigdl_core_cpp-2.5.0b20240413.dist-info}/top_level.txt +0 -0
bigdl/cpp/libs/baby-llama.exe
CHANGED
Binary file
|
bigdl/cpp/libs/batched-bench.exe
CHANGED
Binary file
|
bigdl/cpp/libs/batched.exe
CHANGED
Binary file
|
bigdl/cpp/libs/beam-search.exe
CHANGED
Binary file
|
bigdl/cpp/libs/benchmark.exe
CHANGED
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/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/llava-cli.exe
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,10 @@
|
|
1
|
+
@echo off
|
2
|
+
for /f "delims=" %%i in ('python -c "import bigdl.cpp; print(bigdl.cpp.__file__)"') do set "cpp_file=%%i"
|
3
|
+
for %%a in ("%cpp_file%") do set "cpp_dir=%%~dpa"
|
4
|
+
|
5
|
+
set "cpp_dir=%cpp_dir:~0,-1%"
|
6
|
+
set "lib_dir=%cpp_dir%\libs"
|
7
|
+
set "source_path=%lib_dir%\ollama.exe"
|
8
|
+
set "target_path=%cd%\ollama.exe"
|
9
|
+
|
10
|
+
mklink "%target_path%" "%source_path%"
|
@@ -0,0 +1,42 @@
|
|
1
|
+
bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
bigdl/cpp/convert.py,sha256=oQmsJ9rVoQXSeXOfy2bfsmSUVCFg9g-jEZtP-mSnt-E,60930
|
3
|
+
bigdl/cpp/libs/baby-llama.exe,sha256=QO0j2iavbpKj5L7QVQUCqz9ik14vsQ_lqbUzZzd_YQ8,3707904
|
4
|
+
bigdl/cpp/libs/batched-bench.exe,sha256=97yts_I4R8eaLqWHER8q1cqj57ijswfG8l3l69SuRg4,4523008
|
5
|
+
bigdl/cpp/libs/batched.exe,sha256=cWzFHcGYngGbr-iBoMvSrwuBUvBOgl0Qbwmhz-0Vz04,4552192
|
6
|
+
bigdl/cpp/libs/beam-search.exe,sha256=rot7TccFpWZ5Xf6XQO_Hv8QU1PA_9uPlmP6TFlhGb24,4567552
|
7
|
+
bigdl/cpp/libs/benchmark.exe,sha256=exIoYTd4mPYs2FTUDOJZXlavipUhU060aambw4f3Gdc,573952
|
8
|
+
bigdl/cpp/libs/convert-llama2c-to-ggml.exe,sha256=R27VaaosmScYAAibhn67zGs0ZRn8mucd3kwrVqK7c6U,311296
|
9
|
+
bigdl/cpp/libs/embedding.exe,sha256=l-h9_WKgyAUXuNcQe9Ty-iamOahjRfRFJxpcFmkbtMI,4690432
|
10
|
+
bigdl/cpp/libs/export-lora.exe,sha256=C-4eS61wqZ4C4qZOKtLU0Dnw3-X71nA-T5EUKTLYNwg,3486208
|
11
|
+
bigdl/cpp/libs/finetune.exe,sha256=wEMKlELCJQHlt1c4TLe9xCNQTb9A9fRtck7jcYmlmAg,4639232
|
12
|
+
bigdl/cpp/libs/gguf.exe,sha256=uQDGteG_hn6uiw6xG4PT8Te1TXRi6ctKdm7_BPcrYiM,3457536
|
13
|
+
bigdl/cpp/libs/gritlm.exe,sha256=3L0-cD0RqCoyaq5LrdTkI-oN8-spr2Jd8RScWh9Dix8,4652032
|
14
|
+
bigdl/cpp/libs/imatrix.exe,sha256=lGwPCo9brXJvkQowtn781vub5_H_Z9Gb-q9FchUckyU,4679168
|
15
|
+
bigdl/cpp/libs/infill.exe,sha256=UnhNwxg5jnIqTM-9KX4RunzzGcYtD7izvZvKvclO2ws,4841984
|
16
|
+
bigdl/cpp/libs/llama-bench.exe,sha256=gbx57gibc6MrVAGkwRSD3SctE5KhYsTQQ4O_jodKiO0,4645376
|
17
|
+
bigdl/cpp/libs/llava-cli.exe,sha256=6vTXaebn0PowvlFDlsi0YL8d8xY6-St8ozsv5VnGP-Q,4928512
|
18
|
+
bigdl/cpp/libs/lookahead.exe,sha256=H6XBSXH_K9UlKzIaFWAZ5kD9mRE8BX1mFAjEF6ThSt0,4768256
|
19
|
+
bigdl/cpp/libs/lookup.exe,sha256=HGhxnB0CnHNcnJlBuz8OSRDaLXfn-Qh5hvJ-F5QLPBs,4801536
|
20
|
+
bigdl/cpp/libs/ls-sycl-device.exe,sha256=dtEk7ko_As2mx3radfi5-nEpETy8hdMkJtFh71flVLM,3481600
|
21
|
+
bigdl/cpp/libs/main.exe,sha256=PY7bmBO-IHO-Zg5Gyi_vxEfZEh83BrLkoEB01VMdK8Y,4886528
|
22
|
+
bigdl/cpp/libs/ollama.exe,sha256=x20b4PInEOTmiCRaDAvw4IQxTZ7AdpGopR04QBKFkBw,63441068
|
23
|
+
bigdl/cpp/libs/parallel.exe,sha256=iE23lxV34Nt4uc6rScVzbsMYM9vwXdPSqGMjCaa3fLc,4785664
|
24
|
+
bigdl/cpp/libs/passkey.exe,sha256=o5undmyq0OZUZpfiyEgynT-kJiGd_ozgOCPVGKujdk4,4544000
|
25
|
+
bigdl/cpp/libs/perplexity.exe,sha256=F_xeOKAnr6Jys_lZ9AB9K8OEyeTdIGdw9vZQ_O4sho8,4822016
|
26
|
+
bigdl/cpp/libs/q8dot.exe,sha256=skKv6INQlEcCekFvnvqgXNTniF6AAxNOrVfw2B1aNVk,239616
|
27
|
+
bigdl/cpp/libs/quantize-stats.exe,sha256=4Ay2uU5d1PS2H_jQSweD19zRfSjtcXo5WCokXOGuGXc,4482560
|
28
|
+
bigdl/cpp/libs/quantize.exe,sha256=qA9JOByfRS-fMi2J1fSwluxIfYZWRhXgfnuoNaty-gs,3878400
|
29
|
+
bigdl/cpp/libs/save-load-state.exe,sha256=ZfVEA9yl6T1CjnV-mvFa8H2JF-H9DLXOxXRuQ25lNYA,4678656
|
30
|
+
bigdl/cpp/libs/server.exe,sha256=JTnJrrSGLXhLAT3tma6B6aNxuiD5vVpnvR4lFZhCZrw,6068736
|
31
|
+
bigdl/cpp/libs/simple.exe,sha256=CACxlkgwoxP38M_D6lGrQmrHmPo-vWgT6kQSDEs1jX0,4527616
|
32
|
+
bigdl/cpp/libs/speculative.exe,sha256=rGNpmuzd_R9CWbCJAHV8QblfcQk0KMcsdkga-lNMChI,4793344
|
33
|
+
bigdl/cpp/libs/tokenize.exe,sha256=xpBT5GqpHeonsssOBo6ut_GrUOFrA_qiWvl3y1FShFk,4472832
|
34
|
+
bigdl/cpp/libs/train-text-from-scratch.exe,sha256=Yhqmmbp9DOCBd5G8BlTC1ZA72EErOEEb7GCXFvjQbkU,4620800
|
35
|
+
bigdl/cpp/libs/vdot.exe,sha256=_B83UPj2nCCEw4GWzzPsHCCeU1RolSx7Ed7SLNpCIVs,241664
|
36
|
+
bigdl_core_cpp-2.5.0b20240413.data/scripts/init-llama-cpp.bat,sha256=YwEFZi-zywLZcqIulfYYqMDZHhazrYsfAwLL8tTRQYE,442
|
37
|
+
bigdl_core_cpp-2.5.0b20240413.data/scripts/init-llama-cpp.ps1,sha256=JFOylLxO4MKpllHhdbPuJ1xHi9azxDpzdJns8JtZpkU,501
|
38
|
+
bigdl_core_cpp-2.5.0b20240413.data/scripts/init-ollama.bat,sha256=OVX62Q7KH67z6rQrgQUwEc19E3eiAH-8HAIycDmySYc,350
|
39
|
+
bigdl_core_cpp-2.5.0b20240413.dist-info/METADATA,sha256=7OnPWyTV4CnaE1iSuvTUhoUN43JOfM6ep9bSzXtCfdY,658
|
40
|
+
bigdl_core_cpp-2.5.0b20240413.dist-info/WHEEL,sha256=at4xwl6JdXdkZHxdo5ixTwJ7ENtVftSy2wqmsdmo_4U,98
|
41
|
+
bigdl_core_cpp-2.5.0b20240413.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
42
|
+
bigdl_core_cpp-2.5.0b20240413.dist-info/RECORD,,
|
@@ -1,41 +0,0 @@
|
|
1
|
-
bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
bigdl/cpp/convert.py,sha256=oQmsJ9rVoQXSeXOfy2bfsmSUVCFg9g-jEZtP-mSnt-E,60930
|
3
|
-
bigdl/cpp/libs/baby-llama.exe,sha256=sNLsjVWjV0qonLhUCOQI5YoDobls7iSNsxjFW0I3sbI,3707904
|
4
|
-
bigdl/cpp/libs/batched-bench.exe,sha256=wP8P-V_VnjyyXGuEbV0QoDuzDjpea3m-Ja8rsV_YFII,4521984
|
5
|
-
bigdl/cpp/libs/batched.exe,sha256=rM52d8JIXwQPjsH4yptD8SlqeqC0d2OIVVJW-YUQiIo,4551168
|
6
|
-
bigdl/cpp/libs/beam-search.exe,sha256=yT6r-LoCrTyQ0qZJHbFt_d8SAZEn0Qez_4Dqz7voLe0,4566016
|
7
|
-
bigdl/cpp/libs/benchmark.exe,sha256=weon8LBtcxN1nodFr5pEsnG5OEkqmGvKnINyQ8U0MBE,573952
|
8
|
-
bigdl/cpp/libs/convert-llama2c-to-ggml.exe,sha256=nGhXnExhS1w4c9LVHGvM_aT6YtwC5RGyn0niSpcZ9h4,311296
|
9
|
-
bigdl/cpp/libs/embedding.exe,sha256=MN72q_c06j4DEcqWC58Dr0MwJBbySucdyK37HOBS4hM,4688896
|
10
|
-
bigdl/cpp/libs/export-lora.exe,sha256=rX6Ex9A9uzSsBOpZtkOBrbaRXZlrY2tno7HwO-FA7Q0,3486208
|
11
|
-
bigdl/cpp/libs/finetune.exe,sha256=rQeii9FzefZRMLWEtfqvVBJypNSc6DRvuO_LeS5lZ0A,4638720
|
12
|
-
bigdl/cpp/libs/gguf.exe,sha256=D5MG-coLXx43Nm34_hs7b-EwUF4pWkEX9gJLMOu0LxM,3457536
|
13
|
-
bigdl/cpp/libs/gritlm.exe,sha256=oX9iFe9v8R3h1L1lakp8OXuW3_jX8-u5HYJTHiXOpKc,4651520
|
14
|
-
bigdl/cpp/libs/imatrix.exe,sha256=LKg_7TNWgVAg-KVULX-jpQDWR4dmh63DRqt9v81Js4Y,4678144
|
15
|
-
bigdl/cpp/libs/infill.exe,sha256=gb_GoU3SxNkLxcOWv7L0MZhZC909ZjmVIklNXsCM-4o,4840960
|
16
|
-
bigdl/cpp/libs/llama-bench.exe,sha256=itDUuBvrQQqwEOIlQq_KvKYnWX6pNphZKQuoh8-cDIU,4644352
|
17
|
-
bigdl/cpp/libs/llava-cli.exe,sha256=V6Apw_5ktJwK7qa8RcAiul8N3D8wjZS-aHZz1rFzbNs,4927488
|
18
|
-
bigdl/cpp/libs/lookahead.exe,sha256=Kjf8fXSBPD-LRfya2zasw7-G11u5Qr2rKEuC_5trke0,4767232
|
19
|
-
bigdl/cpp/libs/lookup.exe,sha256=H_4aOzERodKmMnQACRy12tGx6xM88DUx2kE7zLjqtc8,4800512
|
20
|
-
bigdl/cpp/libs/ls-sycl-device.exe,sha256=dh0kcbiBEJJKvNNpfrKnP1AmkB6lpRH7PNSofDbvPcg,3481600
|
21
|
-
bigdl/cpp/libs/main.exe,sha256=aSo0puRipEez6xbGXibEiZWhc3H1CdX7gDTfq9k83mY,4886016
|
22
|
-
bigdl/cpp/libs/ollama.exe,sha256=nQIpm_U_VBw-8nseZN2CRntEtnfyI2xuFhFoO6LdM9I,61173588
|
23
|
-
bigdl/cpp/libs/parallel.exe,sha256=ETdPAM9AHaBjcKa7pJV-L6mZy6c4A82VvJEoRgjUXdo,4784640
|
24
|
-
bigdl/cpp/libs/passkey.exe,sha256=vQQSMUczS18u2on2kbxcSMZtU3_Ul9r9w08lPiBH8Vk,4542976
|
25
|
-
bigdl/cpp/libs/perplexity.exe,sha256=mGYdaHnaD3Uq8NtJUFXXpj45m1l88x2Sd1fOXkIxCzs,4820992
|
26
|
-
bigdl/cpp/libs/q8dot.exe,sha256=fpfMBoYMl_pObw4hruWGPt3gdwwKza_mC7MMMkDAY2Q,239616
|
27
|
-
bigdl/cpp/libs/quantize-stats.exe,sha256=zj0drfgr7lx_X_rcYB-UDbVh9xlNCfqAUe6fOLxhreM,4481536
|
28
|
-
bigdl/cpp/libs/quantize.exe,sha256=JpDIh9R54t1edIU1wthjpLHuhgCHJzfqHQ2znFAOCSM,3878400
|
29
|
-
bigdl/cpp/libs/save-load-state.exe,sha256=WnTVoj8H7Bdm_Ax3793Va5sfTGFHL6TLNjF9HdR8hYA,4678144
|
30
|
-
bigdl/cpp/libs/server.exe,sha256=p6TEzAto9FS9zPS2B2AOKKZ19E2vzXWyk7P9W6kypTM,6067712
|
31
|
-
bigdl/cpp/libs/simple.exe,sha256=ha6ufRRWReP7EVe64R7BcMqQRwrzsNYHv6CjGR6Pz6k,4526592
|
32
|
-
bigdl/cpp/libs/speculative.exe,sha256=1YSJ4K-bEYlrEFq5gXJFGQyElbUykI18QuzKrHJC4zc,4792832
|
33
|
-
bigdl/cpp/libs/tokenize.exe,sha256=TBu4QwFslGU6i8noZJN7ggr7ZdUaSgjJMfFtwa6vU98,4472320
|
34
|
-
bigdl/cpp/libs/train-text-from-scratch.exe,sha256=E-y9qtcTVMp-5aAr85XpUKztCjY5AO86fDcdJWZDlvI,4619776
|
35
|
-
bigdl/cpp/libs/vdot.exe,sha256=KOTgaOeJsCp8D-GlzyYs7TU3aAm_8_yN-NxA7OKtbNY,241664
|
36
|
-
bigdl_core_cpp-2.5.0b20240410.data/scripts/init-llama-cpp.bat,sha256=YwEFZi-zywLZcqIulfYYqMDZHhazrYsfAwLL8tTRQYE,442
|
37
|
-
bigdl_core_cpp-2.5.0b20240410.data/scripts/init-llama-cpp.ps1,sha256=JFOylLxO4MKpllHhdbPuJ1xHi9azxDpzdJns8JtZpkU,501
|
38
|
-
bigdl_core_cpp-2.5.0b20240410.dist-info/METADATA,sha256=1hsFU5IluiyDJ1a08v9ddo3IWBmXyBXdD-gYmMBPNwQ,658
|
39
|
-
bigdl_core_cpp-2.5.0b20240410.dist-info/WHEEL,sha256=at4xwl6JdXdkZHxdo5ixTwJ7ENtVftSy2wqmsdmo_4U,98
|
40
|
-
bigdl_core_cpp-2.5.0b20240410.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
41
|
-
bigdl_core_cpp-2.5.0b20240410.dist-info/RECORD,,
|
{bigdl_core_cpp-2.5.0b20240410.data → bigdl_core_cpp-2.5.0b20240413.data}/scripts/init-llama-cpp.bat
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240410.data → bigdl_core_cpp-2.5.0b20240413.data}/scripts/init-llama-cpp.ps1
RENAMED
File without changes
|
File without changes
|
{bigdl_core_cpp-2.5.0b20240410.dist-info → bigdl_core_cpp-2.5.0b20240413.dist-info}/top_level.txt
RENAMED
File without changes
|