DeepFaceLab_Linux
DeepFaceLab_Linux copied to clipboard
Extremely outdated, not working currently, doesn't detect GPU
Been trying to run on a cloud linux remote desktop for the last 2 days (runpod.io). No results.
Downgrande Tensorflow :
python -m pip install tensorflow-gpu==2.3.1
it will work.
Thanks. Save my life. It works like a magic.
Hey, I still get the error after downgrading tensor flow to 2.3.1 in anaconda env. What's the current solution?
Sadly no it didn't help. Other deep learning systems are working on my GPU, just not this - have to use windows instead for this so far, but still trying!
Ubuntu 22.04.
I am still trying too...
Solution is here: https://github.com/nagadit/DeepFaceLab_Linux/issues/75
Well, to be fair I eventually changed to opensuse. I can't remember if it ever worked on Ubuntu.
Well, to be fair I eventually changed to opensuse. I can't remember if it ever worked on Ubuntu.
After using opensuse, have you ever encountered incompatibility between Linux and nvidia drivers, such as black screen, mouse and keyboard stuck after startx, etc. I don’t know if all Linux is like this
Not recently, but I went away for a long time and came back. I've got a 4090, but I think it's the same driver for 30 series cards also. The main things is to follow the guides from official nvidia, how to do it on ubuntu or opensuse or whatever you have. Specifically for CUDA.
So you have to remove any Nouveau drivers (google that for your bistro) and then do the official (link below). Note that when you remove Nouveau and others, you might end up in console with no display. So just get the instructions down before starting unless you have another computer to do it on.
https://developer.nvidia.com/cuda-downloads
Not recently, but I went away for a long time and came back. I've got a 4090, but I think it's the same driver for 30 series cards also. The main things is to follow the guides from official nvidia, how to do it on ubuntu or opensuse or whatever you have. Specifically for CUDA.
So you have to remove any Nouveau drivers (google that for your bistro) and then do the official (link below). Note that when you remove Nouveau and others, you might end up in console with no display. So just get the instructions down before starting unless you have another computer to do it on.
https://developer.nvidia.com/cuda-downloads
ok,I will try it,thx~
Can't believe this is still broken :/. RTX 4090 and can't run deepfacelab. I tried to reproduce the steps shared above, but no luck. Can you rescribe in more detail what you did? Which package versions, etc. did you use?
There's a whole thread on this from me getting it to work in here. Would be good to see if your solution was the same or not.
Just for reference, here is what I did to get it working: https://github.com/nagadit/DeepFaceLab_Linux/issues/75#issuecomment-1822117899