You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when building the dev Cargo profile which seems wrong - optimizations shouldn't disappear from the Release CMake profile just because we're building under dev. The flags revert to the correct settings when built under release.
Filed upstream ticket to track it in both repos utilityai/llama-cpp-rs#649 but I suspect the fault has to lie with this crate since the build.rs isn't doing anything that would explain a change in this behavior.