]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
graph : support cacheless embeddings with FA and iSWA (#16528)
authorGeorgi Gerganov <redacted>
Mon, 13 Oct 2025 19:42:37 +0000 (22:42 +0300)
committerGitHub <redacted>
Mon, 13 Oct 2025 19:42:37 +0000 (22:42 +0300)
commite38b7c6e9e4453e3b3e96d76e38bc2ccb6bce458
tree1f2583961281d7cd4ad08fa70daceee40e1aff39
parent5016b7286240d29f8f640039989b84ea3a854344
graph : support cacheless embeddings with FA and iSWA (#16528)

* graph : support cacheless embeddings with FA and iSWA

* cont : deduplicate mask creation

* cont : fix name
src/llama-graph.cpp
src/llama-graph.h
src/llama-model.cpp
src/llama.cpp