Commit d5c1d1d
committed
[None][feat] Add TRTLLM_KVCACHE_AWARE_ROUTER_HASH_TOKENS_PER_BLOCK env var
Allow overriding the KvCacheAwareRouter tokens_per_block via environment
variable. When set, the env var takes precedence over the constructor
default (32) and the YAML config value. The effective value is logged
at router initialization.
Signed-off-by: Lizhi Zhou <1432185+reasonsolo@users.noreply.github.com>1 parent bab4fd2 commit d5c1d1d
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
626 | 627 | | |
627 | 628 | | |
628 | 629 | | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
629 | 634 | | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
630 | 638 | | |
631 | 639 | | |
632 | 640 | | |
| |||
0 commit comments