TensorRT-LLMs/tensorrt_llm/_torch/pyexecutor
Yechan Kim 60073a7ad9
[None][feat] Support SharedTensor on MultimodalParams (#6254)
Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com>
2025-08-10 17:48:24 -07:00
..
__init__.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
_util.py [TRTLLM-6174][feat] Enable FP32 mamba ssm cache (#6574) 2025-08-10 16:27:51 -04:00
config_utils.py feat: support kv cache reuse for MLA (#3571) 2025-05-15 15:22:21 +08:00
config.py [TRTLLM-6174][feat] Enable FP32 mamba ssm cache (#6574) 2025-08-10 16:27:51 -04:00
cuda_graph_runner.py [TRTLLM-6650][fix] Enhance CUDA graph + Beam search to correctly handle padding (#6665) 2025-08-08 14:00:33 +02:00
executor_request_queue.py [None][fix] Remove lock related typo in py_executor (#6653) 2025-08-08 17:48:57 +08:00
finish_reason.py [TRTLLM-5974][feat] Support disaggregated serving in TRTLLM Sampler (#5328) 2025-06-25 17:41:36 +02:00
grammar_matcher.py [TRTLLM-6409][feat] Enable guided decoding with speculative decoding (part 1: two-model engine) (#6300) 2025-08-07 05:53:48 -04:00
guided_decoder.py [TRTLLM-6854][feat] Enable guided decoding with disagg serving (#6704) 2025-08-08 12:10:36 +08:00
handle_logits.py feat: Optimize TRTLLM Sampler perf single beam single step (#5550) 2025-07-07 15:44:47 +02:00
kv_cache_transceiver.py feat: Add support for disaggregation with pp with pytorch backend (#6369) 2025-07-30 09:42:13 -04:00
layerwise_nvtx_marker.py Update TensorRT-LLM (#2849) 2025-03-04 18:44:00 +08:00
llm_request.py [TRTLLM-6637][feat] Resolve KV cache divergence issue (#6628) 2025-08-09 23:15:04 +08:00
make_decoding_batch_input_output.py feat: Optimize TRTLLM Sampler perf single beam single step (#5550) 2025-07-07 15:44:47 +02:00
model_engine.py [None][feat] Support SharedTensor on MultimodalParams (#6254) 2025-08-10 17:48:24 -07:00
py_executor_creator.py [TRTLLM-6785][feat] BREAKING CHANGE Enable TRTLLM sampler by default (#6216) 2025-08-07 22:19:37 -04:00
py_executor.py [TRTLLM-6637][feat] Resolve KV cache divergence issue (#6628) 2025-08-09 23:15:04 +08:00
resource_manager.py [TRTLLM-6174][feat] Enable FP32 mamba ssm cache (#6574) 2025-08-10 16:27:51 -04:00
sampler.py [None][fix] Fix unnecessary GPU synchronization in torch sampler caused by incorrect tensor reference (#6626) 2025-08-07 23:44:47 -04:00
scheduler.py [TRTLLM-6392][feat] Support turning on/off spec decoding dynamically (#6363) 2025-07-31 15:31:39 -04:00
seq_slot_manager.py feat: Optimize TRTLLM Sampler perf single beam single step (#5550) 2025-07-07 15:44:47 +02:00