bigdl-core-npu 2.6.0b20241125__cp311-cp311-win_amd64.whl → 2.6.0b20241126__cp311-cp311-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-core-npu/include/common.h +4 -1
- bigdl-core-npu/npu_llm.dll +0 -0
- {bigdl_core_npu-2.6.0b20241125.dist-info → bigdl_core_npu-2.6.0b20241126.dist-info}/METADATA +1 -1
- {bigdl_core_npu-2.6.0b20241125.dist-info → bigdl_core_npu-2.6.0b20241126.dist-info}/RECORD +8 -8
- intel_npu_acceleration_library/_version.py +1 -1
- intel_npu_acceleration_library/lib/Release/intel_npu_acceleration_library.dll +0 -0
- {bigdl_core_npu-2.6.0b20241125.dist-info → bigdl_core_npu-2.6.0b20241126.dist-info}/WHEEL +0 -0
- {bigdl_core_npu-2.6.0b20241125.dist-info → bigdl_core_npu-2.6.0b20241126.dist-info}/top_level.txt +0 -0
bigdl-core-npu/include/common.h
CHANGED
@@ -51,6 +51,8 @@ struct npu_model_params {
|
|
51
51
|
int32_t fused_layers;
|
52
52
|
int32_t weight_num;
|
53
53
|
int32_t weight_idx;
|
54
|
+
int32_t n_splits_linear;
|
55
|
+
int32_t n_splits_down_proj;
|
54
56
|
bool embedding_post;
|
55
57
|
std::string model_dir;
|
56
58
|
std::string model_weight_dir;
|
@@ -67,12 +69,13 @@ struct npu_model_params {
|
|
67
69
|
bool transpose_value_cache;
|
68
70
|
bool qkv_bias;
|
69
71
|
bool use_prefill_sdp;
|
72
|
+
bool cos_sin_input;
|
70
73
|
};
|
71
74
|
|
72
75
|
struct tokenizer_params {
|
73
76
|
std::string tokenizer_file;
|
74
77
|
int32_t bos_token_id;
|
75
|
-
int32_t eos_token_id;
|
78
|
+
std::vector<int32_t> eos_token_id;
|
76
79
|
};
|
77
80
|
|
78
81
|
|
bigdl-core-npu/npu_llm.dll
CHANGED
Binary file
|
@@ -1,10 +1,10 @@
|
|
1
1
|
bigdl-core-npu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
bigdl-core-npu/npu_llm.dll,sha256=
|
2
|
+
bigdl-core-npu/npu_llm.dll,sha256=An5x3rDLpEYLx3D_mzWTMoewAVvQUvRX47MsfOS48Fc,3881472
|
3
3
|
bigdl-core-npu/npu_llm.lib,sha256=0ZJqhYtedXgS99Zu9K3WNyfIB_2c1x8yIi533iuqBvU,42990
|
4
|
-
bigdl-core-npu/include/common.h,sha256=
|
4
|
+
bigdl-core-npu/include/common.h,sha256=iX72QOcPbOZPp_C-y0bZlWRCcuyMCfEkpO6x-SQUjBU,2612
|
5
5
|
bigdl-core-npu/include/npu_llm.h,sha256=SF3oVFtieuyV9UA4KmL0oa5LiJsmnawk_5Tai-7X208,1789
|
6
6
|
intel_npu_acceleration_library/__init__.py,sha256=ZKTIhGMDjF7P6pF-yX8KWcSXbeHWRk24AO_orsa18f8,536
|
7
|
-
intel_npu_acceleration_library/_version.py,sha256=
|
7
|
+
intel_npu_acceleration_library/_version.py,sha256=h-BHzPn_i0YniexZdJX6GqIH25QgOeBoEpAWs312n2U,112
|
8
8
|
intel_npu_acceleration_library/compiler.py,sha256=3IdgqjamSC8MLexDBJypIeZRiWIcTFnvQSU1LPXUr7Y,6225
|
9
9
|
intel_npu_acceleration_library/device.py,sha256=9bn8eVXJa5cXIqgfLsQAdkMVtVUQABb8z0-mQik5jRg,7424
|
10
10
|
intel_npu_acceleration_library/dtypes.py,sha256=gdd06Wsc9zIZFHlauUEx4xcK9WGTn1Mu6GkuYDJeA-E,4683
|
@@ -198,7 +198,7 @@ intel_npu_acceleration_library/external/openvino/torch/__init__.py,sha256=RXLzsf
|
|
198
198
|
intel_npu_acceleration_library/functional/__init__.py,sha256=WWKwKOh6Sgovv7mKctA872TbLP98Pg5m5-MREvUmlAA,204
|
199
199
|
intel_npu_acceleration_library/functional/scaled_dot_product_attention.py,sha256=yGUcg4tDQOLuUnP1g74cl-ec8TRr2SuAMcNLlN6qLvE,1620
|
200
200
|
intel_npu_acceleration_library/lib/Release/cache.json,sha256=CyrSqZUWo0Ec4_7ydOiuKIC0Gm8AybrGdozUqUuHxBw,8840377
|
201
|
-
intel_npu_acceleration_library/lib/Release/intel_npu_acceleration_library.dll,sha256=
|
201
|
+
intel_npu_acceleration_library/lib/Release/intel_npu_acceleration_library.dll,sha256=XsXllOsQoianbajMUS_Fe4LvRdSp-T33Cpo0scZcxKQ,333312
|
202
202
|
intel_npu_acceleration_library/lib/Release/openvino.dll,sha256=m7M119p3JBq2YYJJ2zzCaBDz6XivKK3nNykb8L1cvDU,13244768
|
203
203
|
intel_npu_acceleration_library/lib/Release/openvino_auto_batch_plugin.dll,sha256=2v_I9P3Qo0St1bQZMEZscnFOUVvgZQQ0HvQlG3HtTd0,203104
|
204
204
|
intel_npu_acceleration_library/lib/Release/openvino_auto_plugin.dll,sha256=e3Aj9CDRHN30dBEdPSk7OCWe52tWfhI4xeXgyFjuDHg,475488
|
@@ -228,7 +228,7 @@ intel_npu_acceleration_library/nn/functional.py,sha256=UfAKBc0u6RtyaMo14ldH2GpEn
|
|
228
228
|
intel_npu_acceleration_library/nn/linear.py,sha256=Q06SoGQeLaI86nA_ky2GnFC6H2Fw1zyMDILKnpYC2eo,5739
|
229
229
|
intel_npu_acceleration_library/nn/llm.py,sha256=P6dz36Yf6BHtzWcftaghC6QaMI_WeRfQwrCbO7fD6hk,15002
|
230
230
|
intel_npu_acceleration_library/nn/module.py,sha256=EYxoTq6I_YgBDgTF76GPDxHrT8SupOTDGMzQaomBeq8,12667
|
231
|
-
bigdl_core_npu-2.6.
|
232
|
-
bigdl_core_npu-2.6.
|
233
|
-
bigdl_core_npu-2.6.
|
234
|
-
bigdl_core_npu-2.6.
|
231
|
+
bigdl_core_npu-2.6.0b20241126.dist-info/METADATA,sha256=fF9i0eT5ZNYhSnh2j1kI1r13I3t_Xe6PiUtTtCaVoKo,1541
|
232
|
+
bigdl_core_npu-2.6.0b20241126.dist-info/WHEEL,sha256=nkBcd8Ko0v5sEcSagm2-x_RVrb8gBSkTa8VFFZ0Mr1o,101
|
233
|
+
bigdl_core_npu-2.6.0b20241126.dist-info/top_level.txt,sha256=iMQZlTsFPJjlD-Y0MqZEP_9ifI0LlbNCJIOTaMoGMjk,46
|
234
|
+
bigdl_core_npu-2.6.0b20241126.dist-info/RECORD,,
|
Binary file
|
File without changes
|
{bigdl_core_npu-2.6.0b20241125.dist-info → bigdl_core_npu-2.6.0b20241126.dist-info}/top_level.txt
RENAMED
File without changes
|