bigdl-core-cpp 2.5.0b20240710__py3-none-manylinux2010_x86_64.whl → 2.5.0b20240712__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/benchmark +0 -0
- bigdl/cpp/libs/embedding +0 -0
- bigdl/cpp/libs/gguf +0 -0
- bigdl/cpp/libs/imatrix +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/perplexity +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/speculative +0 -0
- bigdl/cpp/libs/tokenize +0 -0
- {bigdl_core_cpp-2.5.0b20240710.dist-info → bigdl_core_cpp-2.5.0b20240712.dist-info}/METADATA +1 -1
- bigdl_core_cpp-2.5.0b20240712.dist-info/RECORD +43 -0
- bigdl/cpp/libs/export-lora +0 -0
- bigdl/cpp/libs/finetune +0 -0
- bigdl/cpp/libs/gritlm +0 -0
- bigdl/cpp/libs/infill +0 -0
- bigdl/cpp/libs/parallel +0 -0
- bigdl/cpp/libs/simple +0 -0
- bigdl/cpp/libs/train-text-from-scratch +0 -0
- bigdl_core_cpp-2.5.0b20240710.dist-info/RECORD +0 -50
- {bigdl_core_cpp-2.5.0b20240710.data → bigdl_core_cpp-2.5.0b20240712.data}/scripts/init-llama-cpp +0 -0
- {bigdl_core_cpp-2.5.0b20240710.data → bigdl_core_cpp-2.5.0b20240712.data}/scripts/init-ollama +0 -0
- {bigdl_core_cpp-2.5.0b20240710.dist-info → bigdl_core_cpp-2.5.0b20240712.dist-info}/WHEEL +0 -0
- {bigdl_core_cpp-2.5.0b20240710.dist-info → bigdl_core_cpp-2.5.0b20240712.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/benchmark
CHANGED
Binary file
|
bigdl/cpp/libs/embedding
CHANGED
Binary file
|
bigdl/cpp/libs/gguf
CHANGED
Binary file
|
bigdl/cpp/libs/imatrix
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/perplexity
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/speculative
CHANGED
Binary file
|
bigdl/cpp/libs/tokenize
CHANGED
Binary file
|
@@ -0,0 +1,43 @@
|
|
1
|
+
bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
bigdl/cpp/convert-hf-to-gguf.py,sha256=VbKd1bvq0MX12aIv27-tySszWIHw1Mj4et8I_XsLOFM,126986
|
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=yjJUr74I29vsUnJQLzalPRn0yMnHVxWba2PivADDAzA,13956232
|
18
|
+
bigdl/cpp/libs/batched,sha256=Zy_mpE6cSNm-tTAoecW7WIDM_fDtkROPE_zVA6pbK4c,13876712
|
19
|
+
bigdl/cpp/libs/batched-bench,sha256=HwX8xLpVUfeoax6mUhV5nIHYIYyBy6pki0vos5yL1FM,13880968
|
20
|
+
bigdl/cpp/libs/benchmark,sha256=7Lcl5RRlaCNnw68TE3u7I7pbKkn5x4G-OjE7bG1SIlA,1452608
|
21
|
+
bigdl/cpp/libs/embedding,sha256=YOSR-QoLdYhVrIJFnAGxzbZk8JTGrhCfew8o51M9s6w,13876848
|
22
|
+
bigdl/cpp/libs/gguf,sha256=nY-J2FW6EEGfdyg9-7yv40IcctQdMF7oyjjB2iqkYgI,12152640
|
23
|
+
bigdl/cpp/libs/imatrix,sha256=v6zs4JeRnu0ZnuJRpesZA9pYemlWEI38Aq0ymN0fBV8,13904712
|
24
|
+
bigdl/cpp/libs/llama-bench,sha256=0xquoEGh5M_WLtadKcLj5SYvkyb4-xQ5aPkBZQ5Kwp4,13970344
|
25
|
+
bigdl/cpp/libs/llava-cli,sha256=oVAmbwGhV-63rh6dQX_zXyJ652d4okJxWhD5zV_gjSQ,14194952
|
26
|
+
bigdl/cpp/libs/lookahead,sha256=Wbqo9e80qUzGmq_3-Lz2wtISpTdxw2dazq4LHzm15KY,13889176
|
27
|
+
bigdl/cpp/libs/lookup,sha256=jAezsqI7WUrRDrwzDk-aWa2B4F6fwEJvhkifk8VzCNA,13908952
|
28
|
+
bigdl/cpp/libs/ls-sycl-device,sha256=X7_16FAdPRkB2XJaeCcQ8fLM-IfUPKUvlBRm2GXQVaM,12144288
|
29
|
+
bigdl/cpp/libs/main,sha256=S-Qw3gg3qZLK9ppbsMXIHNn9QV1NuViAptLtxdGM7fc,13936232
|
30
|
+
bigdl/cpp/libs/ollama,sha256=em0k1_7sMtfuDhrSp-QLmL9xa4lbzpi75E0EEYMH8Cc,47067864
|
31
|
+
bigdl/cpp/libs/perplexity,sha256=Izn-uEXJsNjdw5xYaNCkVqepGCvYK8XfRkEYb_8GuMo,13977792
|
32
|
+
bigdl/cpp/libs/quantize,sha256=naxKtBmMs43p3hJPUjYPqWXbwb7rjLs9PWD29MDUumQ,13903088
|
33
|
+
bigdl/cpp/libs/quantize-stats,sha256=TZAv61dzMaSRiYWFUzGZnCcPFMFRn75kmcPo1fYV0cE,13417248
|
34
|
+
bigdl/cpp/libs/save-load-state,sha256=lO26-VtxjyKinpj_AxPtiniwCHh1QBmRNbD0_qZL9SI,13876984
|
35
|
+
bigdl/cpp/libs/server,sha256=k22A96-BGADjApNplsPx1FI6hG3pQZ3FL7PRyA9wcXk,14734272
|
36
|
+
bigdl/cpp/libs/speculative,sha256=oOM_gWptSBfTorWc77H_iZ399uRl6EqSu4TdMSceJ1Y,13915192
|
37
|
+
bigdl/cpp/libs/tokenize,sha256=58wLvvRUAz9bdNTqEtgwyp0KLj8RAoSuvkWEHkAchtM,13876896
|
38
|
+
bigdl_core_cpp-2.5.0b20240712.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
39
|
+
bigdl_core_cpp-2.5.0b20240712.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
40
|
+
bigdl_core_cpp-2.5.0b20240712.dist-info/METADATA,sha256=rN-ZabmXtF5wmnwKqPzg45XEwGgh8_dC_1rPbRHZY1w,650
|
41
|
+
bigdl_core_cpp-2.5.0b20240712.dist-info/WHEEL,sha256=GHycjhgos9e5ojAyWZiFxz9HM8k84hAls6WqrsH8row,109
|
42
|
+
bigdl_core_cpp-2.5.0b20240712.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
43
|
+
bigdl_core_cpp-2.5.0b20240712.dist-info/RECORD,,
|
bigdl/cpp/libs/export-lora
DELETED
Binary file
|
bigdl/cpp/libs/finetune
DELETED
Binary file
|
bigdl/cpp/libs/gritlm
DELETED
Binary file
|
bigdl/cpp/libs/infill
DELETED
Binary file
|
bigdl/cpp/libs/parallel
DELETED
Binary file
|
bigdl/cpp/libs/simple
DELETED
Binary file
|
Binary file
|
@@ -1,50 +0,0 @@
|
|
1
|
-
bigdl/cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
bigdl/cpp/convert-hf-to-gguf.py,sha256=VbKd1bvq0MX12aIv27-tySszWIHw1Mj4et8I_XsLOFM,126986
|
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=98jmxdTGVB0_E6rYH8bDH3iFpy4-6qeav1kGAhLSIpQ,10688728
|
18
|
-
bigdl/cpp/libs/batched,sha256=uonR160BfGXoqZ0xI0b8jqfyIQpSVgj9IInT7p7OuG8,10613304
|
19
|
-
bigdl/cpp/libs/batched-bench,sha256=3hrpZcugUvSFGgkYqMNPAaTwFige78yXMK7yb5qkVds,10617560
|
20
|
-
bigdl/cpp/libs/benchmark,sha256=fXTNXC7j0S3HH1fEHUJPPjoFY74oAfX1VjrKHu0g3YY,1456400
|
21
|
-
bigdl/cpp/libs/embedding,sha256=J50WChwphkwEnzqcev958_uOh9b2Mf-SWgLTVQsUvyM,10613440
|
22
|
-
bigdl/cpp/libs/export-lora,sha256=60IvpGDqCJ-IIV_1z2tUpf61S2P5l9fzTwefcid8rak,8897656
|
23
|
-
bigdl/cpp/libs/finetune,sha256=wHsCVJ5eofhPYfXmmCDa7y4p2eKTlhqodrbZVV7yPn0,10729952
|
24
|
-
bigdl/cpp/libs/gguf,sha256=oKMNM73Zv0M4y0ZvUrCHSKAyu1WXS1QEPqb5SBN_Qoo,8888816
|
25
|
-
bigdl/cpp/libs/gritlm,sha256=sxJZ9TdWN66HO-_6EdgNkBMBRVs4oSLrjgL_DtGZ9Bc,10617832
|
26
|
-
bigdl/cpp/libs/imatrix,sha256=0aQShY540sZs-0_GwPn2JH-Q7XyikcbVf0QCS957h-Y,10641304
|
27
|
-
bigdl/cpp/libs/infill,sha256=BIEj-9eiYeTDAalCnLAyqSYKn9D9ZLMuUHEmhh0Yo6U,10656024
|
28
|
-
bigdl/cpp/libs/llama-bench,sha256=QmD27BkqcNOAWB88wjWVw2EHoyZHNGF3KX6YOuJ3hCI,10706880
|
29
|
-
bigdl/cpp/libs/llava-cli,sha256=wZ-3hY_tO8N9IikbrfQFTfdxTHI4G2THSQ8iZpd7fSc,10931544
|
30
|
-
bigdl/cpp/libs/lookahead,sha256=EGdPdNL0RfKluTOEZeqNxTw0dSZ2hEJTUf4eN0Md07c,10621672
|
31
|
-
bigdl/cpp/libs/lookup,sha256=lJpJYkbl4HyjJoCWZ9s3mGQhsTHtg99A_R6dGWCHRPc,10645544
|
32
|
-
bigdl/cpp/libs/ls-sycl-device,sha256=mcz8L_kyu2gVBvhAy0WexIKtvqRTTed1XpJc8t-BgiY,8880464
|
33
|
-
bigdl/cpp/libs/main,sha256=_nFt3j-wFbGeTyCYGZ0mclVux3JswWSuAJNgpi_4gdA,10672824
|
34
|
-
bigdl/cpp/libs/ollama,sha256=3-N8iIh8ZSPyXHQIIWPya4nCzWjmw4m6-W0Litk0nFE,44638912
|
35
|
-
bigdl/cpp/libs/parallel,sha256=AOFB8RZyk_CMsGavXvAa-spJG02p34tL5chB5xn7DAM,10630024
|
36
|
-
bigdl/cpp/libs/perplexity,sha256=ujT-VZmw2V9YjUwuxNGGikJfRvFO7nAt3i345nAk7k0,10714384
|
37
|
-
bigdl/cpp/libs/quantize,sha256=NWvUdytP6CcvGaw3Y9ljOktSkiOsOJJZ8JkWbjyctxs,10639624
|
38
|
-
bigdl/cpp/libs/quantize-stats,sha256=dD_VPPC2U4K5XomdIruqudu_CVvQhjQ6R4_gTWmb_d4,10153704
|
39
|
-
bigdl/cpp/libs/save-load-state,sha256=VkWyS36Vsr_nU3XeN4NVhwMFOOmSM16ZxUtHH4K9M9o,10613576
|
40
|
-
bigdl/cpp/libs/server,sha256=_tq-qM2216fS0pcGY7RbUSPtAJFloPicHSRfYtuyZRM,11470792
|
41
|
-
bigdl/cpp/libs/simple,sha256=wJ5rJ5GC1J_GsrF0ObxGsYHJA1xCHYPUKfISMvTNjhw,10613304
|
42
|
-
bigdl/cpp/libs/speculative,sha256=pfCWQZT1TIZCg0WDPNdWjG5_IL2ySUSqdstlCjYbofs,10647688
|
43
|
-
bigdl/cpp/libs/tokenize,sha256=VkyZsT4VtXWkSpXHStCMX1YaK1yMsj8J4ZZYZ6WhI84,10613488
|
44
|
-
bigdl/cpp/libs/train-text-from-scratch,sha256=KJTK6wn8NHU4sHdyJubhNui6Z8z7SKKJuQqDXbnLUFk,10713104
|
45
|
-
bigdl_core_cpp-2.5.0b20240710.data/scripts/init-llama-cpp,sha256=qpIwMQc2Vb11fmovXFJKefp5iD1tQMfL8Ma7Y3Ebguk,400
|
46
|
-
bigdl_core_cpp-2.5.0b20240710.data/scripts/init-ollama,sha256=5eg4DsWg87iysFRh7leawr6H47F_sHydwL5we6fUG6o,193
|
47
|
-
bigdl_core_cpp-2.5.0b20240710.dist-info/METADATA,sha256=XR7AfPCajVDFryZBd6ZReP52w_sIcUznIRiMxtMjZso,650
|
48
|
-
bigdl_core_cpp-2.5.0b20240710.dist-info/WHEEL,sha256=GHycjhgos9e5ojAyWZiFxz9HM8k84hAls6WqrsH8row,109
|
49
|
-
bigdl_core_cpp-2.5.0b20240710.dist-info/top_level.txt,sha256=iGuLfZARD_qANcIMfy0tbbrC3EtCg6BSiH8icc3dLWs,6
|
50
|
-
bigdl_core_cpp-2.5.0b20240710.dist-info/RECORD,,
|
{bigdl_core_cpp-2.5.0b20240710.data → bigdl_core_cpp-2.5.0b20240712.data}/scripts/init-llama-cpp
RENAMED
File without changes
|
{bigdl_core_cpp-2.5.0b20240710.data → bigdl_core_cpp-2.5.0b20240712.data}/scripts/init-ollama
RENAMED
File without changes
|
File without changes
|
{bigdl_core_cpp-2.5.0b20240710.dist-info → bigdl_core_cpp-2.5.0b20240712.dist-info}/top_level.txt
RENAMED
File without changes
|