]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : deprecate llama_kv_self_ API (#14030)
authorGeorgi Gerganov <redacted>
Fri, 6 Jun 2025 11:11:15 +0000 (14:11 +0300)
committerGitHub <redacted>
Fri, 6 Jun 2025 11:11:15 +0000 (14:11 +0300)
commit745aa5319b9930068aff5e87cf5e9eef7227339b
treecfbe55ec8681fe815b99984fa65d49a52a7185aa
parent487a5e0401423bba02cd6e97e4d45131bb20b22b
llama : deprecate llama_kv_self_ API (#14030)

* llama : deprecate llama_kv_self_ API

ggml-ci

* llama : allow llama_memory_(nullptr)

ggml-ci

* memory : add flag for optional data clear in llama_memory_clear

ggml-ci
34 files changed:
common/common.cpp
common/speculative.cpp
examples/batched.swift/Sources/main.swift
examples/embedding/embedding.cpp
examples/gritlm/gritlm.cpp
examples/llama.android/llama/src/main/cpp/llama-android.cpp
examples/llama.swiftui/llama.cpp.swift/LibLlama.swift
examples/lookahead/lookahead.cpp
examples/lookup/lookup.cpp
examples/parallel/parallel.cpp
examples/passkey/passkey.cpp
examples/retrieval/retrieval.cpp
examples/save-load-state/save-load-state.cpp
examples/simple-chat/simple-chat.cpp
examples/speculative-simple/speculative-simple.cpp
examples/speculative/speculative.cpp
include/llama.h
src/llama-context.cpp
src/llama-kv-cache-recurrent.cpp
src/llama-kv-cache-recurrent.h
src/llama-kv-cache-unified-iswa.cpp
src/llama-kv-cache-unified-iswa.h
src/llama-kv-cache-unified.cpp
src/llama-kv-cache-unified.h
src/llama-memory.h
tools/batched-bench/batched-bench.cpp
tools/cvector-generator/cvector-generator.cpp
tools/imatrix/imatrix.cpp
tools/llama-bench/llama-bench.cpp
tools/main/main.cpp
tools/mtmd/mtmd-cli.cpp
tools/perplexity/perplexity.cpp
tools/run/run.cpp
tools/server/server.cpp