]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
spec : add ngram-mod (#19164)
authorGeorgi Gerganov <redacted>
Fri, 30 Jan 2026 16:21:48 +0000 (18:21 +0200)
committerGitHub <redacted>
Fri, 30 Jan 2026 16:21:48 +0000 (18:21 +0200)
commitdabaa2e77a9d94ee1466ce55f9ff47d5c1daae43
treeddc9d2ae127ca0604a98d33fe75ac1b1076cab5c
parent2e916f996a965a911eb79168b5fb959c1ea0c57b
spec : add ngram-mod (#19164)

* spec : add ngram-mod

* cont : simplify + keep track of occupancy

* cont : cleanup

* cont : move initialization to common/speculative

* cont : cleanup

* cont : cleanup

* cont : fix
common/CMakeLists.txt
common/arg.cpp
common/common.h
common/ngram-map.cpp
common/ngram-map.h
common/ngram-mod.cpp [new file with mode: 0644]
common/ngram-mod.h [new file with mode: 0644]
common/speculative.cpp
common/speculative.h
tools/server/server-context.cpp