]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : reduce useless copies when saving session (#8916)
authorcompilade <redacted>
Fri, 9 Aug 2024 03:54:00 +0000 (23:54 -0400)
committerGitHub <redacted>
Fri, 9 Aug 2024 03:54:00 +0000 (23:54 -0400)
commit345a686d8271a24db20d31789c0d4b9ed51dcb0c
treeaf71920f5585b4212f2a5fbce98a2857605d248a
parent3a14e00366399040a139c67dd5951177a8cb5695
llama : reduce useless copies when saving session (#8916)

* llama : avoid useless copies in dummy session writer

* llama : avoid double tensor copy when saving session to buffer
src/llama.cpp