-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
add 'conda install cudatoolkit' to dreambooth 'training on 16GB' example #1229
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
Hmm, I'm always a bit worried about giving clear instructions how to install CUDA as everybody does it differently and I think we should just leave it as "use bitsandbytes with GPU" and then it's a bit up to @patil-suraj @pcuenca what do you think? |
I don't really mind if this doesn't end up being the exact solution, but currently the example docs say "do this and it will work", it doesn't work, and I spent days having to trace and track down exactly why that was.. so.. not ideal. There is also this issue over at The docs for installation of
Also, when I tried to look up how to install I guess technically it can be done with |
Agree with @patrickvonplaten , we can't assume that everyone is using |
@patil-suraj This PR is set to allow edits by maintainers. I think it might be best if you/one of the others updated the text as you like it to be, rather than having to back and forth to get it right. Alternatively, if you make a change suggestion through GitHub's PR review, I'm happy to click apply on it. |
Thanks @0xdevalias , just updated the instruction. |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
…e#1229) * add 'conda install cudatoolkit' to dreambooth 'training on 16GB' example fixes huggingface#1207 * Apply suggestions from code review Co-authored-by: Suraj Patil <surajp815@gmail.com>
Yes this is still affecting me and links to the bitsandbytes setup. I have tried to resolve the issue, but I am still getting errors. I have raised an issue on the bitsandbytes site:
|
fixes #1207