-
Notifications
You must be signed in to change notification settings - Fork 377
Error when use with latest GGML #177
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
Comments
Hello, I have encountered the same problem. Have you resolved it? |
Nope. I’m waiting the update.
Em qua., 21 de fev. de 2024 às 01:39, NaNBridge ***@***.***>
escreveu:
… Hello, I have encountered the same problem. Have you resolved it?
—
Reply to this email directly, view it on GitHub
<#177 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADAOWDLMNXAS7SSPXC3ZGTYUV3BBAVCNFSM6AAAAABDNUN2USVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJVHA3TQNBQGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The reason for the error is that the recent updates to ggml have caused some symbol changes. The solution is to roll back ggml to the version at least a week ago. |
In my case, i can't, because i use in my app ggml, llama.cpp, whisper.cpp and stable-diffusion.cpp, all together and the only project with problem is sd.cpp. |
@leejet can you help us with this? pls. |
@leejet can you add support for this: ggml-org/ggml#647 pls |
I have updated ggml to the latest commit. You can pull the latest changes from the master branch and give it a try. |
I am not familiar with Metal at the moment, so I may not be of much help. |
Hi @leejet dont need know it, only need use |
Also, when i update to latest GGML one error happen:
I think that it changed the name to: And:
Here: Can you update these things + |
It seems that your ggml is not up to date because the submodule URL has changed. Try executing the following command to update it.
|
The latest master code has already utilized |
We still have some problems: PROBLEM 1: Im seeing your code from master and it still use old functions, like this:
You need use ![]() PROBLEM 2: You use a function called See: https://github.com/search?q=repo%3Aggerganov%2Fggml%20ggml_timestep_embedding&type=code Error:
PROBLEM 3: You are using a function called See: https://github.com/search?q=repo%3Aggerganov%2Fggml%20ggml_arange&type=code Error:
|
#183 fixes the first issue. |
Nice, only left that two removed functions from GGML:
ref: https://github.com/ggerganov/ggml/blob/master/include/ggml/ggml.h |
The latest master branch is using this: https://github.com/leejet/ggml/tree/batch-inference. It seems that your ggml is not up to date because the submodule URL has changed. Try executing the following command to update it.
|
Fixed. Thanks. |
Hi,
Can you update to be compatible with latest GGML?
The text was updated successfully, but these errors were encountered: