-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
fix for the wrong jax version installed #79
base: main
Are you sure you want to change the base?
Conversation
@Marcelovk this version should be using GPU and CuDNN right? Or is there something else I need to add to make it use GPU? My GPU doesn't appear to be being used. |
As far as I understood yes, but you need to have your nvidia drivers running in order and have the nvidia docker container toolkit, as stated in https://github.com/saharmor/dalle-playground/blob/main/README.md?plain=1#L43 Check the result of the command |
Looks like it is, I would've thought this would be faster on GPU :P Thanks again for the help. |
I have no idea how fast it should be: Here in my Ryzen 7 notebook with a RTX2060 and 16GB of RAM I get one image every 6 seconds on average |
How would one go about having fix #79 included? I tried reinstalling/building the docker, libraries, and MEGA as per the instructions in the Dall-e windows installation guide, but was still running into the issue. |
If you can't switch the branch manually using git, you can try making the exact changes on the files and lines that the commit in this PR makes. EDIT: remember to do |
I was actually trying to install DALL-E-MEGA on my Windows 11 x64 WSL 2 Ubuntu 22.04 LTS installation and I had run into a bug like this one. Is this that bug? |
No description provided.