TensorRT-LLMs/tests/unittest/bindings
Netanel Haber da0b0e0ee3
fix: disable kv cache reuse when minimum window size is reached, instead of maximum window size (#2983)
* fix variable window size reuse - disable when *min attention window* starts sliding, not max

* isPreCyclic -> isCyclic, and invert logic, for clarity

* getDecoderState()

Signed-off-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com>
2025-03-24 22:49:52 +08:00
..
binding_test_utils.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
test_bindings_ut.py fix: disable kv cache reuse when minimum window size is reached, instead of maximum window size (#2983) 2025-03-24 22:49:52 +08:00
test_executor_bindings.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00