ikawrakow / ik_llama.cpp

llama.cpp clone with additional SOTA quants and improved CPU performance
MIT License
57 stars 4 forks source link

Fix compiler warnings #58

Closed ikawrakow closed 2 days ago

ikawrakow commented 2 days ago

I got tired of the "ISO C++ forbids anonymous structures" warnings that are due to the way the quants scales are defined in ggml-common.h, so fixing it with this PR.

Once at it