]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : set output of view src (#25729)
authorAman Gupta <redacted>
Tue, 28 Jul 2026 13:23:24 +0000 (21:23 +0800)
committerGitHub <redacted>
Tue, 28 Jul 2026 13:23:24 +0000 (16:23 +0300)
commitda5b448622ce8f8265bed15a7f80c5cf17894511
tree7c202f78e976c2e41f16f36b4607ea7b08696279
parent81616410050cb5d8b733b39863807f4852591d8a
ggml : set output of view src (#25729)

* llama-graph: set_outputs to t->view_src

* change set_output to GGML_ASSERT about views not being outputs

* sampler : avoid views in outputs

* cont : fix dist sampler

* cont : consistent logits handling

* ggml : set output of view src

* graph : simplify set_outputs()

* cont : cleanup

Co-authored-by: Gaurav Garg <redacted>
---------

Co-authored-by: Georgi Gerganov <redacted>
Co-authored-by: Gaurav Garg <redacted>
ggml/src/ggml.c
src/llama-sampler.cpp