LostRuins / koboldcpp

A simple one-file way to run various GGML and GGUF models with KoboldAI's UI
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
4.35k stars 312 forks source link

expose.h: initialise constants #895

Closed llfw closed 3 weeks ago

llfw commented 4 weeks ago

This avoids compile-time warnings with clang:

./expose.h:66:15: note: const member 'seed' will never be initialized 66 | const int seed; | ^

No functional change intended.