]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
talk-llama : sync llama.cpp
authorGeorgi Gerganov <redacted>
Sun, 1 Jun 2025 11:07:36 +0000 (14:07 +0300)
committerGeorgi Gerganov <redacted>
Sun, 1 Jun 2025 12:14:44 +0000 (15:14 +0300)
commit7fd6fa809749078aa00edf945e959c898f2bd1af
tree2fa40ec936fe6b7e41d76ea9eb9dba574082ee0b
parent3f46282cbe7b225372596aaec62d1eada052eb2d
talk-llama : sync llama.cpp

ggml-ci
22 files changed:
examples/talk-llama/CMakeLists.txt
examples/talk-llama/llama-arch.cpp
examples/talk-llama/llama-arch.h
examples/talk-llama/llama-batch.cpp
examples/talk-llama/llama-batch.h
examples/talk-llama/llama-context.cpp
examples/talk-llama/llama-context.h
examples/talk-llama/llama-graph.cpp
examples/talk-llama/llama-graph.h
examples/talk-llama/llama-hparams.h
examples/talk-llama/llama-kv-cache-recurrent.cpp [new file with mode: 0644]
examples/talk-llama/llama-kv-cache-recurrent.h [new file with mode: 0644]
examples/talk-llama/llama-kv-cache-unified-iswa.cpp [new file with mode: 0644]
examples/talk-llama/llama-kv-cache-unified-iswa.h [new file with mode: 0644]
examples/talk-llama/llama-kv-cache-unified.cpp [new file with mode: 0644]
examples/talk-llama/llama-kv-cache-unified.h [new file with mode: 0644]
examples/talk-llama/llama-kv-cache.cpp
examples/talk-llama/llama-kv-cache.h
examples/talk-llama/llama-kv-cells.h
examples/talk-llama/llama-memory.h
examples/talk-llama/llama-model.cpp
examples/talk-llama/llama.h