-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
no kernel image is available for execution on the device at line 167 in file D:\ai\tool\bitsandbytes\csrc\ops.cu #47
Comments
I tried the steps mentioned in this post. It did take a little time installing some components for dreambooth, but I am still getting the same error, with a little more detail after the fault:
|
Same error, we will get a solution for this? |
Same error training with CPU, it occurs on both my laptops after the third step :( Error:Starting Dreambooth training... Loaded model. Scheduler Loaded Steps: 0%| | 3/2100 [02:44<31:59:29, 54.92s/it, loss=0.0215, lr=5e-6]Error no kernel image is available for execution on the device at line 167 in file D:\ai\tool\bitsandbytes\csrc\ops.cu |
unchecking "Use 8bit Adam" solved it for me! |
Closing and linking to related discussion: |
Please tell me where I can uncheck that. |
It might have changed from last time I've pulled but it was in the same tab where you check "CPU only", sorry I can't check for you since I began using a different tool that doesnt really like this extension. |
Thank you for kindly telling me. If you don't mind, could you tell me what tools you are currently using? |
No problem :) I think this is offtopic with the issue above, so if you have further questions I would suggest going to the discussions tab, for the sake of both of us and so we don't annoy everyone who's subscribed to this discussion. Thanks for understanding. |
The entry is old, but if someone still has the problem. The "AdamW8Bit" value can be changed to "AdamW" in the "Optimizer" field. That solved the problem for me. Thanks to kokakin for this. |
Getting this error from bitsandbytes when running dreambooth in auto1111. I have seen the fix listed here but it's not clear how to implement it in Windows.
GPU is a 1080ti with 11GB VRAM
The text was updated successfully, but these errors were encountered: