]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
jinja : implement call statement (#24847)
authorSigbjørn Skjæret <redacted>
Sun, 21 Jun 2026 12:04:52 +0000 (14:04 +0200)
committerGitHub <redacted>
Sun, 21 Jun 2026 12:04:52 +0000 (14:04 +0200)
commitbf533823cd06e7fb21552265eee1bf2fd2752974
tree6a608305b1183f03a357761c102b29f9f99e55df
parent2f89acc2bc614dc121db065a74e503bf88668951
jinja : implement call statement (#24847)

* implement call statement

* undo unintended change

* de-lambda

* simplify

* move caller context inside function handler
common/jinja/runtime.cpp
common/jinja/runtime.h
tests/test-jinja.cpp