Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Marcelovk
Copy link

No description provided.

@cdmichaelb
Copy link

@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.

@Marcelovk
Copy link
Author

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 docker-compose run dalle-backend nvidia-smi to see if your driver is being loaded correctly

@cdmichaelb
Copy link

docker-compose run dalle-backend nvidia-smi

Looks like it is, I would've thought this would be faster on GPU :P Thanks again for the help.

@Marcelovk
Copy link
Author

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

@JoshWarn
Copy link

JoshWarn commented Jun 24, 2022

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.

@Larry-Schultz
Copy link

Larry-Schultz commented Jun 25, 2022

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 docker-compose build after changing the Dockerfile.

@NoahSchiffman
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants