-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
CGO: undefined reference to `ggml_type_name' #70346
Comments
I would expect to see something on your |
Note that we don't use the issue tracker for questions about using Go. You will get better and faster answers using a forum. See https://go.dev/wiki/Questions. Thanks. |
Hi, I managed to fix that issue by building the libraries for GGML but now I have another issue. How do I convert an int in Golang to C.uint32 while sending it to a C function. I cannot see it anywhere in the docs. |
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only. For questions please refer to https://github.com/golang/go/wiki/Questions |
Go version
go version go1.23.2 windows/amd64
Output of
go env
in your module/workspace:What did you do?
I am trying to use the stable diffusion CPP in Golang using CGO. Here is my implementation:
Here's how my file structure is like:
.
What did you see happen?
It for some reason says that:
What did you expect to see?
For CGO to run the image generation from Stable diffusion CPP
The text was updated successfully, but these errors were encountered: