bigdl-core-npu 2.6.0b20250206__cp311-cp311-win_amd64.whl → 2.6.0b20250207__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/common.lib CHANGED
Binary file
bigdl-core-npu/ggml.dll CHANGED
Binary file
@@ -344,7 +344,7 @@ struct gpt_params {
344
344
  bool batched_bench_output_jsonl = false;
345
345
 
346
346
  // npu convert
347
- std::string low_bit = "sym_int4";
347
+ std::string low_bit = "Q4_0";
348
348
  int32_t quantization_group_size = 0;
349
349
  int32_t max_context_len = 1024;
350
350
  int32_t max_prompt_len = 512;
@@ -8,6 +8,7 @@
8
8
  #include <stdint.h>
9
9
  #include <stdio.h>
10
10
  #include <stdbool.h>
11
+ #include <string>
11
12
 
12
13
  #ifdef LLAMA_SHARED
13
14
  # if defined(_WIN32) && !defined(__MINGW32__)
@@ -310,6 +311,8 @@ extern "C" {
310
311
  bool use_mmap; // use mmap if possible
311
312
  bool use_mlock; // force system to keep model in RAM
312
313
  bool check_tensors; // validate model tensor data
314
+ std::string npu_model;
315
+ std::string qtype;
313
316
  };
314
317
 
315
318
  // NOTE: changing the default values of parameters marked as [EXPERIMENTAL] may cause crashes or incorrect results in certain configurations
Binary file
bigdl-core-npu/llama.dll CHANGED
Binary file
bigdl-core-npu/llama.lib CHANGED
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: bigdl-core-npu
3
- Version: 2.6.0b20250206
3
+ Version: 2.6.0b20250207
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,23 +1,23 @@
1
1
  bigdl-core-npu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- bigdl-core-npu/common.lib,sha256=WeP3Luv_NeckX076g4F2Yu-94kY923dN8_SZ5gMxm7A,6647656
3
- bigdl-core-npu/ggml.dll,sha256=fasouXiGR4_52JcJ55A4-LCW0rzC2l47a00x4gqESRM,704000
2
+ bigdl-core-npu/common.lib,sha256=ZlO3eutJ13gNGx6k4xkKFV1D2_Ddvg61b8fFqXwZMGI,6645900
3
+ bigdl-core-npu/ggml.dll,sha256=22qQ1TNN8dFpl3NVSc0l8ZxbayI3yK6E-6ymAbNSlSg,704000
4
4
  bigdl-core-npu/ggml.lib,sha256=U29OuxT-I6Ul4MQA7IaQqq7FN6d8C45Ee8SjjzjEt10,139602
5
- bigdl-core-npu/llama-cli-npu.exe,sha256=prFMRx0v3iLbpf7ZjoXUx-p43Psw5RKlsogd7RNlpkc,43520
6
- bigdl-core-npu/llama.dll,sha256=ITiOtxH1Uov3zE2BtS-TSb7MFlVtAnNi6nVfLe7nrco,1574400
7
- bigdl-core-npu/llama.lib,sha256=Z2dQy5y6QJ1P2DubIjfo4cB-T6a2ZfAMEC7MDShrX8Q,1494020
8
- bigdl-core-npu/npu_llm.dll,sha256=Dkl94IB73CLBCl9sYqKynFPRLsz7ySIttYdxiViVpmY,3956736
5
+ bigdl-core-npu/llama-cli-npu.exe,sha256=S6ELtW-FcQx6p0XO7kAI6ozr3dU5bM5jUoud5qLrizk,44544
6
+ bigdl-core-npu/llama.dll,sha256=ucuabUeGYPL_troc9sSQhQ6msvYgRBuVTVu15auP7Bs,1587200
7
+ bigdl-core-npu/llama.lib,sha256=7LI0nrN2_d8pGPkrO-8T34XRKy1rjeOh9gKLSyUTygY,1514726
8
+ bigdl-core-npu/npu_llm.dll,sha256=yc9NmjLkUuQTOOyLATlNOCwz7dfD-2ivYllUlIB_mww,3957760
9
9
  bigdl-core-npu/npu_llm.lib,sha256=nNYF-btjrT9Pzcd31kQV5BsLBSNdA_DSeyK5RnmOc9s,44524
10
10
  bigdl-core-npu/include/common.h,sha256=xsTOeUtJPvwuv5F8Wn9Bk67GnvIk3RlMI3DN_W5UBEY,3206
11
11
  bigdl-core-npu/include/npu_llm.h,sha256=siEFqkKnZlzR9cvq7qXiAy5Z65-X14QyWEw__wsLLpA,2605
12
12
  bigdl-core-npu/include/llamacpp/arg.h,sha256=XOLwSDqJsCJJgGCkOGSWcA9yGZ0eiiY7GffHdAxFYYY,3110
13
- bigdl-core-npu/include/llamacpp/common.h,sha256=SaGJ1cAmJWd5D-T_03udb6ADTcJ8VX-bMy0GYGDMpI4,25841
13
+ bigdl-core-npu/include/llamacpp/common.h,sha256=pZ1DuXPcaIFui7juV0kB4-c5CW2I9BRI3Tlz8OT_bsk,25837
14
14
  bigdl-core-npu/include/llamacpp/ggml-alloc.h,sha256=kiWITcUF9Q7kvGSBeCfouV59YyGDNy56VE_0fXXnWHE,3088
15
15
  bigdl-core-npu/include/llamacpp/ggml-backend.h,sha256=cUJR-AC7hUbIxukKixR9vUSV38gmp-9eoViaBG8lyio,14347
16
16
  bigdl-core-npu/include/llamacpp/ggml.h,sha256=_K-zhVjT6uHa5lXMN3k3AwSrwb9W2q1A7v5HiGQc8iQ,105629
17
- bigdl-core-npu/include/llamacpp/llama.h,sha256=gMTNuRrEY7z0nkCewKLMZtf5urcSzkQm_HxEs3DJXHI,60967
17
+ bigdl-core-npu/include/llamacpp/llama.h,sha256=HTNamiqwk8s6Blcv5hUUMUmVhHO9NBr1vbLfF6jqHGQ,61046
18
18
  bigdl-core-npu/include/llamacpp/log.h,sha256=D6UiundA26yZOh3ci828u5U4ZaBxWb9CwSNu_3dt6CA,4295
19
19
  intel_npu_acceleration_library/__init__.py,sha256=ZKTIhGMDjF7P6pF-yX8KWcSXbeHWRk24AO_orsa18f8,536
20
- intel_npu_acceleration_library/_version.py,sha256=l2BonFE20zLZI17uMf5zSIVamDTrunPYZXc0hR7UQns,112
20
+ intel_npu_acceleration_library/_version.py,sha256=LQRsZQHZGFg6Nw7HeNq60xHPmvl30fC-RlAAHVwctJI,112
21
21
  intel_npu_acceleration_library/compiler.py,sha256=3IdgqjamSC8MLexDBJypIeZRiWIcTFnvQSU1LPXUr7Y,6225
22
22
  intel_npu_acceleration_library/device.py,sha256=9bn8eVXJa5cXIqgfLsQAdkMVtVUQABb8z0-mQik5jRg,7424
23
23
  intel_npu_acceleration_library/dtypes.py,sha256=gdd06Wsc9zIZFHlauUEx4xcK9WGTn1Mu6GkuYDJeA-E,4683
@@ -234,7 +234,7 @@ intel_npu_acceleration_library/external/openvino/torch/__init__.py,sha256=RXLzsf
234
234
  intel_npu_acceleration_library/functional/__init__.py,sha256=WWKwKOh6Sgovv7mKctA872TbLP98Pg5m5-MREvUmlAA,204
235
235
  intel_npu_acceleration_library/functional/scaled_dot_product_attention.py,sha256=yGUcg4tDQOLuUnP1g74cl-ec8TRr2SuAMcNLlN6qLvE,1620
236
236
  intel_npu_acceleration_library/lib/Release/cache.json,sha256=CyrSqZUWo0Ec4_7ydOiuKIC0Gm8AybrGdozUqUuHxBw,8840377
237
- intel_npu_acceleration_library/lib/Release/intel_npu_acceleration_library.dll,sha256=tXXz-JLzbryT0FJI3uf7y3Ru-ClGrGfzQLJLK7mcGeU,341504
237
+ intel_npu_acceleration_library/lib/Release/intel_npu_acceleration_library.dll,sha256=C6eZD-gSk9yoS2j7MzTokhoto_h0BtzC3gFI8AjfNu0,341504
238
238
  intel_npu_acceleration_library/lib/Release/openvino.dll,sha256=m7M119p3JBq2YYJJ2zzCaBDz6XivKK3nNykb8L1cvDU,13244768
239
239
  intel_npu_acceleration_library/lib/Release/openvino_auto_batch_plugin.dll,sha256=2v_I9P3Qo0St1bQZMEZscnFOUVvgZQQ0HvQlG3HtTd0,203104
240
240
  intel_npu_acceleration_library/lib/Release/openvino_auto_plugin.dll,sha256=e3Aj9CDRHN30dBEdPSk7OCWe52tWfhI4xeXgyFjuDHg,475488
@@ -264,7 +264,7 @@ intel_npu_acceleration_library/nn/functional.py,sha256=UfAKBc0u6RtyaMo14ldH2GpEn
264
264
  intel_npu_acceleration_library/nn/linear.py,sha256=Q06SoGQeLaI86nA_ky2GnFC6H2Fw1zyMDILKnpYC2eo,5739
265
265
  intel_npu_acceleration_library/nn/llm.py,sha256=P6dz36Yf6BHtzWcftaghC6QaMI_WeRfQwrCbO7fD6hk,15002
266
266
  intel_npu_acceleration_library/nn/module.py,sha256=EYxoTq6I_YgBDgTF76GPDxHrT8SupOTDGMzQaomBeq8,12667
267
- bigdl_core_npu-2.6.0b20250206.dist-info/METADATA,sha256=AvzIyOhFVctFq9nq_McYX_Fuib3-aqtLQeQcE8xmxZY,1762
268
- bigdl_core_npu-2.6.0b20250206.dist-info/WHEEL,sha256=yNnHoQL2GZYIUXm9YvoaBpFjGlUoK9qq9oqYeudrWlE,101
269
- bigdl_core_npu-2.6.0b20250206.dist-info/top_level.txt,sha256=iMQZlTsFPJjlD-Y0MqZEP_9ifI0LlbNCJIOTaMoGMjk,46
270
- bigdl_core_npu-2.6.0b20250206.dist-info/RECORD,,
267
+ bigdl_core_npu-2.6.0b20250207.dist-info/METADATA,sha256=xdHxiQo2iDmD-iv9gxd6pNKurp2CK4_EG3B8pQjsSQM,1762
268
+ bigdl_core_npu-2.6.0b20250207.dist-info/WHEEL,sha256=yNnHoQL2GZYIUXm9YvoaBpFjGlUoK9qq9oqYeudrWlE,101
269
+ bigdl_core_npu-2.6.0b20250207.dist-info/top_level.txt,sha256=iMQZlTsFPJjlD-Y0MqZEP_9ifI0LlbNCJIOTaMoGMjk,46
270
+ bigdl_core_npu-2.6.0b20250207.dist-info/RECORD,,
@@ -3,4 +3,4 @@
3
3
  # SPDX-License-Identifier: Apache 2.0
4
4
  #
5
5
 
6
- __version__ = "2.6.0b20250206"
6
+ __version__ = "2.6.0b20250207"