fixing “Segmentation fault” / “no CUDA-capable device is detected” for FaceFusion on Ubuntu
If you see in logs: Segmentation fault (core dumped) and later: CudaCall CUDA failure 100: no CUDA-capable device is detected ; GPU=-1 ; … cudaGetDeviceCount(&num_devices); on Ubuntu 22.04 with an Nvidia RTX-4000, this is what you should do. # 1. Update system packages sudo apt…
Continue reading...