-
Notifications
You must be signed in to change notification settings - Fork 3
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
cuda not compiled #9
Comments
Huh, it might be too old but not sure. Technically not supported by Intel still. However, I can try and see what is going on. Can you run the following multi-command sanity check for me and tell me what it outputs? You can exit out with Ctrl + D afterwards. docker run -it --device /dev/dri --entrypoint bash --rm localhost/ipex-arc-comfy:latest
source /opt/intel/oneapi/setvars.sh
sycl-ls It would also help if you posted the ComfyUI log output when trying to run the container. Thanks. |
here is the log:
also for that command i can't find the /dev/dri directory for some reason the drivers refuse top be downloaded edit:
|
This is not good, it means your B580 isn't recognized and you don't have a GPU recognized. The fact though you had issues with finding
You should be seeing more lines. I have an A770 and some more lines but you should be seeing something like this.
You need that |
i did some research intel does not release drivers for there cards on linux as they are build in the newest version linux kernel 6.12 (and 6.11 although need to download some drivers to download) my unraid server (beta 7 rc2) which runs on linux kernel 6.6.66 i will close this issue as this is not an issue with your docker container although thanks for the help! |
Okay. I went and checked and it seems like support for Battlemage GPUs only got added in IPEX 2.5.10+xpu. I am a tad split on what I want to do going forward and conversion is a bit messy but hopefully I will have something by the end of this weekend or the next one. |
if you want to support ipex 2.5 as far as i know you only need to download those packages right? or make branch with that support |
No, it goes and installs everything by pip now in terms of dependencies to run. On one hand, that does make life simpler for most people but for this project specifically, this has made it so I need to go and see what I need to remove or retain to make sure everything is minimal. It also calls into question whether this project is needed anymore. Technically, this means someone can just make a |
i did contact intel about support for IPEX on battlemage in this issue and support requires driver level updates where there is no eta for atm so i would hold off with trying to implement it |
Hey i am trying to get this docker container to work on unraid and my b580 it installs everything but when trying to launch it says torch is not compiled with cuda anyreason for this? i am using a b580
The text was updated successfully, but these errors were encountered: