You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a script utilizing intel_npu_acceleration_library for causal language model inference, an OSError is encountered during the model.generate() step. The error appears to be related to NPU compilation.
The following error is encountered during the execution:
Run inference
how are
---------------------------------------------------------------------------
OSError Traceback (most recent call last)
... [truncated for brevity] ...
OSError: [WinError -529697949] Windows Error 0xe06d7363
Expected Behavior
The model should generate text without encountering an error during inference.
System Details
Operating System: Windows 11 24H2
Processor: Intel(R) Core(TM) Ultra 9 185H x64
NPU Driver: 32.0.100.2540
Installed Packages:
torch==2.5.1+cu124
intel_npu_acceleration_library==v1.4.0
Additional Context
The error traceback suggests the issue occurs during a call to intel_npu_acceleration_library.backend.factory.compile().
Steps to Reproduce
Install the required packages:
torch==2.5.1+cu124
intel_npu_acceleration_library==v1.4.0
Set up the environment with:
Windows 11 24H2
NPU Driver: 32.0.100.2540
Run the provided code snippet.
Please provide guidance or fixes for resolving this issue.
The text was updated successfully, but these errors were encountered:
Description
When running a script utilizing
intel_npu_acceleration_library
for causal language model inference, anOSError
is encountered during themodel.generate()
step. The error appears to be related to NPU compilation.Code Snippet
Observed Behavior
The following error is encountered during the execution:
Expected Behavior
The model should generate text without encountering an error during inference.
System Details
torch==2.5.1+cu124
intel_npu_acceleration_library==v1.4.0
Additional Context
The error traceback suggests the issue occurs during a call to
intel_npu_acceleration_library.backend.factory.compile()
.Steps to Reproduce
torch==2.5.1+cu124
intel_npu_acceleration_library==v1.4.0
32.0.100.2540
Please provide guidance or fixes for resolving this issue.
The text was updated successfully, but these errors were encountered: