-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Met segment fault while running Whisper on Arc #13001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Any hint for this issue? Or recommended configuration? |
Hi, May I ask if this segment fault only exists for whisper or it also exists in running other models https://github.com/intel/ipex-llm/tree/main/python/llm/example/GPU/HuggingFace/LLM ? Also, you may use our script to check the environment so that we can better help to detect the issue: https://github.com/intel/ipex-llm/tree/main/python/llm/scripts#usage |
I found other LLMs also returns segment fault error. But it works with docker container. Here's the output of that environment check script:
Is there anything wrong in the configuration? |
To provide more details, on the same machine, i could run the inference service in docker according to the guide |
Hi, we checked your env, the following part might have issues.
Could you use |
|
From your lspci result below, seems the memory 256M is not correct, should be 16G? Maybe can you check if your card is settled properly (e.g. resize bar)? Also is the result of
|
I found no Arc shown in the |
We suppose this is not an ipex-llm issue but probably due to driver related packages. |
I follow the guide that you provided to install the driver again. Using the command 'clinfo | grep "770"' that provided at the end of the tutorial, i could see the device shown. Then i tried to install other dependencies according to the doc https://github.com/intel/ipex-llm/blob/main/docs/mddocs/Quickstart/install_linux_gpu.md#install-oneapi, everything seems fine. Then at last, i still met that segment fault. Any other suggestions? |
Or is there any example to run whisper in a docker container? |
Thanks for the guidance. Issue has been resolved |
Synced offline, |
Shall we update the example readme? |
Sure :) |
Configuration:
Issue met:
run whisper with command
python ./recognize.py
and get segment fault errorLogs:
The text was updated successfully, but these errors were encountered: