-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
examples/text_to_image RuntimeError: "slow_conv2d_cpu" not implemented for 'Half' #3432
Comments
ultralytics/yolov5#10379 (comment) |
Thank you @tim-tmds. Looking at ultralytics/yolov5#10379 (comment) I don't believe that's the case. I followed the README instructions for installation and am not intending to use a CPU for training. |
From your
Could you ensure PyTorch has been installed correctly? |
I followed the instructions on the README (pip install -r
requirements.txt). Is there something else I should have done? Thanks!
…On Thu, Jun 1, 2023 at 5:33 AM Sayak Paul ***@***.***> wrote:
From your diffusers-cli env:
PyTorch version (GPU?): 2.0.1+cpu (False)
Could you ensure PyTorch has been installed correctly?
—
Reply to this email directly, view it on GitHub
<#3432 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFPW4VGLF7XAOC5HPFZAZTXJCD3HANCNFSM6AAAAAAYBOILMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Experiencing the same problem |
You're probably using FP16 on a CPU. |
Following the tutorial.ipynb from https://github.com/ultralytics/yolov5, I meet similar problem. |
Describe the bug
Following the
examples/text_to_image
README leads to a reproducible RuntimeError. RuntimeError: "slow_conv2d_cpu" not implemented for 'Half'.https://github.com/huggingface/diffusers/tree/main/examples/text_to_image
Reproduction
Results in
Logs
System Info
The text was updated successfully, but these errors were encountered: