-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
llama : functions -> methods #11110
base: master
Are you sure you want to change the base?
llama : functions -> methods #11110
Conversation
3295841
to
287e8c2
Compare
287e8c2
to
4d27597
Compare
ggml-ci
I'm stumped by this error in the CI: Not sure what is causing it. @slaren Do you have any guess what could be the issue? |
Looks like a compiler bug, but I cannot reproduce it locally. |
I think it's safe to assume that this is a compiler bug. It only happens with clang on Windows, and only on release builds. Changing the generator from "ninja multi-config" to "ninja" fixes it for the arm build, but not with hip or sycl. The destructors that it complains about seem to be the maps in |
This reverts commit b2fbe63.
Thanks! |
llama_model