-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ggml_compute_forward_concat() for arbitrary tensor type #1118
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
Conversation
…pu.c ..., as it was moved to ggml.c.
@ggerganov, it seems that my patch is wrong, the correct one is leejet/stable-diffusion.cpp#601. |
On second thought, @ggerganov, maybe support of different types is still usable? |
On 3rd thought, it doesn't work after all... 🙃 |
@ggerganov, is anything wrong with commit now? |
We can merge - I thought that something was wrong based on your last comment so didn't review. |
@ggerganov, thank you, black images were generated even without updated concat(), and Line 6708 in c6a6a64
|
It is needed for embeddings in stable-diffusion.cpp when weight type is not f32.
And thanks for the program! )