bigdl-core-npu 2.6.0b20241125__cp311-cp311-win_amd64.whl → 2.6.0b20241127__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.
@@ -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,14 @@ 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;
73
+ bool use_level_zero;
70
74
  };
71
75
 
72
76
  struct tokenizer_params {
73
77
  std::string tokenizer_file;
74
78
  int32_t bos_token_id;
75
- int32_t eos_token_id;
79
+ std::vector<int32_t> eos_token_id;
76
80
  };
77
81
 
78
82
 
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bigdl-core-npu
3
- Version: 2.6.0b20241125
3
+ Version: 2.6.0b20241127
4
4
  Summary: Intel® NPU Acceleration Library
5
5
  Home-page: https://github.com/intel/intel-npu-acceleration-library
6
6
  Author: Alessandro Palla
@@ -1,10 +1,10 @@
1
1
  bigdl-core-npu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- bigdl-core-npu/npu_llm.dll,sha256=qzbj7KL5zBkZOMVnQtr8FZ45uGkUExQf8KMjuLix1IU,3864064
2
+ bigdl-core-npu/npu_llm.dll,sha256=QTe8asDJOiXwF7KmE1j2FMQMDV0gugwp365S496WDts,3899392
3
3
  bigdl-core-npu/npu_llm.lib,sha256=0ZJqhYtedXgS99Zu9K3WNyfIB_2c1x8yIi533iuqBvU,42990
4
- bigdl-core-npu/include/common.h,sha256=3Ul_NTF5lWyJONKQRcHL8kDKPRfabGaUAdOCLUj_CC0,2511
4
+ bigdl-core-npu/include/common.h,sha256=dNguwq6Q_4vbv9kZeVqrtMYn3yfRh17ykQVPapUMl6k,2638
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=KAP9xhcKNoIyMqgnJkHujp0EcRvuNvr-MXZ1Tm7CppI,112
7
+ intel_npu_acceleration_library/_version.py,sha256=WD_iLLcnaylPzNBSHyrUaRihZyy9wh7pMVq-iv75ncI,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=O1ljeYq3L7DA-ra_X_JcXdww1rWXPTg44DbfEi9HxQA,333312
201
+ intel_npu_acceleration_library/lib/Release/intel_npu_acceleration_library.dll,sha256=CJ5RqPWJJQwTfeGz-ujOboCKdltYFh6acmIQuLBhyds,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.0b20241125.dist-info/METADATA,sha256=hoA5SKI0a_f74ipdkTC72RBXnv_Uk4ZQzIYSMPAGRz4,1541
232
- bigdl_core_npu-2.6.0b20241125.dist-info/WHEEL,sha256=nkBcd8Ko0v5sEcSagm2-x_RVrb8gBSkTa8VFFZ0Mr1o,101
233
- bigdl_core_npu-2.6.0b20241125.dist-info/top_level.txt,sha256=iMQZlTsFPJjlD-Y0MqZEP_9ifI0LlbNCJIOTaMoGMjk,46
234
- bigdl_core_npu-2.6.0b20241125.dist-info/RECORD,,
231
+ bigdl_core_npu-2.6.0b20241127.dist-info/METADATA,sha256=JlG2fGeBn3KiGYB6KGIWaeo2ymtH86jCYNkofrNySTw,1541
232
+ bigdl_core_npu-2.6.0b20241127.dist-info/WHEEL,sha256=nkBcd8Ko0v5sEcSagm2-x_RVrb8gBSkTa8VFFZ0Mr1o,101
233
+ bigdl_core_npu-2.6.0b20241127.dist-info/top_level.txt,sha256=iMQZlTsFPJjlD-Y0MqZEP_9ifI0LlbNCJIOTaMoGMjk,46
234
+ bigdl_core_npu-2.6.0b20241127.dist-info/RECORD,,
@@ -3,4 +3,4 @@
3
3
  # SPDX-License-Identifier: Apache 2.0
4
4
  #
5
5
 
6
- __version__ = "2.6.0b20241125"
6
+ __version__ = "2.6.0b20241127"