Floating point exception (core dumped) #5274
Replies: 1 comment
-
If you are on a linux system, check the log for errors similar to the following: For Debian 12,
The two errors are from different PyTorch versions. Those log entries are from a debian 12 system that I run LLMs and 3d mesh calculations on. It has an old motherboard and a couple of semi-decent GPUs because almost everything it does is CUDA. The glaring difference between it and another Debian 12 system that will run ComfyUI is the older CPU only supports AVX1. I think the newer PyTorch still intends to work without AVX2, but it is likely the culprit. I would like to know what CPU you are having trouble running it on to see if I am barking up the right tree. EDIT: my older one doesn't support AVX at all. That is almost certainly the problem for mine. I'll still give a check to see if modern PyTorch can be compiled without AVX. I'll make a brief run at this the week after Christmas, but I'll probably wind up throwing a slightly less old CPU at the problem. |
Beta Was this translation helpful? Give feedback.
-
Hey folks!
I've installed ComfyUI, Nvidia's pips and requirements. ComfyUI start, I can access it through my browser. Then when I try the generation - it loads the model (at least that's what I get from seeing the console output), but then when it comes to the actual generation (I assume) I get this "floating point exception (core dumped)" error and it crashes.
Can someone tell me what can I do? For starters - where can I look for some more detailed logs to see perhaps which exactly component fails?..
Beta Was this translation helpful? Give feedback.
All reactions