Error: no+cuda+implementation+for+layer-norm #2217
Answered
by
LaurentMazare
siddthartha
asked this question in
Q&A
-
Trying to build stable-diffusion pipeline from examples I've got it when set cpu parameter to false.. Am I do something wrong or there is no enough implementation for SD for now? |
Beta Was this translation helpful? Give feedback.
Answered by
LaurentMazare
May 26, 2024
Replies: 1 comment 3 replies
-
That might be due to some changes made yesterday. If you're running the example within the repo can you provide the exact command you're using? If it's with a custom Cargo.toml file, ensure that the cuda feature is enabled on all of candle-core, candle-nn, and candle-transformers. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you also need to enable the
cuda
feature oncandle-nn
.