-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Describe the bug
OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\j\Lib\site-packages\intel_extension_for_pytorch\bin\intel-ext-pt-gpu.dll" or one of its dependencies.
How to reproduce
Steps to reproduce the error:
- Follow the steps to install & configure IPEX-LLM for IGPU on LNL
- Execute command "from ipex_llm.transformers import AutoModel,AutoModelForCausalLM" in cmd
- Observe the above error
Screenshots

Environment information
If possible, please attach the output of the environment check script, using:
- https://github.com/intel/ipex-llm/blob/main/python/llm/scripts/env-check.bat, or
- https://github.com/intel/ipex-llm/blob/main/python/llm/scripts/env-check.sh
Additional context
Add any other context about the problem here.