mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-03-16 12:10:54 +01:00
* ggml : reduce hash table reset cost
* fix unreachable code warnings after GGML_ASSERT(false)
* GGML_ASSERT(false) -> GGML_ABORT("fatal error")
* GGML_ABORT use format string
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| tokenize.cpp | ||