mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 15:29:43 +00:00
efd05648c8
* Replaced static initialization of complex objects with a initialization on first use. This prevents an undefined behavior on program run, for example, crash in Release build, works in Debug build * replaced use of auto with exact type to avoid using -std=c++14 * Made the assessors functions for static maps be static const |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test-double-float.c | ||
test-quantize.c | ||
test-tokenizer-0.cpp |