]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
jinja : fix undefined keys and attributes and int/float as bool (#18924)
authorSigbjørn Skjæret <redacted>
Mon, 19 Jan 2026 19:29:43 +0000 (20:29 +0100)
committerGitHub <redacted>
Mon, 19 Jan 2026 19:29:43 +0000 (20:29 +0100)
commit959ecf7f234dc0bc0cd6829b25cb0ee1481aa78a
treedcdf8254377f2490054e07148655228d53b02466
parent4037093c66bfe53b9b27d72765416815fdb0398f
jinja : fix undefined keys and attributes and int/float as bool (#18924)

* fix undefined keys and attributes

* add falsy tests

* as_bool for integers and floats

* more falsy/truthy tests

* --typo
common/jinja/runtime.cpp
common/jinja/value.h
tests/test-jinja.cpp