TensorRT-LLMs/tensorrt_llm/_torch/pyexecutor
Daniel Cámpora ab433b7228
[None][fix] Fix access to new tokens in sampler. (#7958)
Signed-off-by: Daniel Campora <961215+dcampora@users.noreply.github.com>
2025-10-02 15:41:21 -04:00
..
__init__.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
_util.py [None][fix] Fix CUDA graph for Qwen2.5-VL (#8047) 2025-09-30 14:40:03 +08:00
config_utils.py [None][chore] Refine qwen3-next implementation. (#8064) 2025-09-30 15:05:13 -04:00
config.py [None][chore] Cherry-pick from (#7598) Make low_precision_combine as a llm arg (#7898) 2025-09-28 22:32:33 -04:00
cuda_graph_runner.py [None][feat] Add a standalone buffer cache class and reuse buffers between cduagraph and no-graph flow (#7669) 2025-09-26 07:28:06 -07:00
executor_request_queue.py [TRTLLM-7733][feat] Executor changes to support helix parallelism (#7972) 2025-10-01 22:13:03 -04: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-8209][feat] Support new structural tag API (upgrade XGrammar to 0.1.25) (#7893) 2025-09-23 09:10:09 +08:00
guided_decoder.py [None][fix] Disable torch.compile for CapturableGuidedDecoder (#7871) 2025-09-22 10:04:30 +08:00
handle_logits.py [TRTLLM-8031][feat] Add chunked return_generation_logits logic (#7831) 2025-10-01 12:47:07 -04:00
kv_cache_connector.py [None][chore] add TorchLlmArgs to the connector api (#7493) 2025-09-09 09:05:59 -04:00
kv_cache_transceiver.py [None][feat] Support for cancelling requests with disaggregation (#8114) 2025-10-02 11:04:26 -07:00
layerwise_nvtx_marker.py Update TensorRT-LLM (#2849) 2025-03-04 18:44:00 +08:00
llm_request.py [TRTLLM-7733][feat] Executor changes to support helix parallelism (#7972) 2025-10-01 22:13:03 -04: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
mamba_cache_manager.py [None] [chore] Mamba cache in separate file (#6796) 2025-08-15 13:42:51 +03:00
model_engine.py [TRTLLM-7733][feat] Executor changes to support helix parallelism (#7972) 2025-10-01 22:13:03 -04:00
model_loader.py [None][chore] Cherry-pick from (#7598) Make low_precision_combine as a llm arg (#7898) 2025-09-28 22:32:33 -04:00
py_executor_creator.py [None][chore] Report NCCL error message but not OOM when NCCL error happens (#8009) 2025-09-25 23:07:32 -07:00
py_executor.py [None][feat] Support for cancelling requests with disaggregation (#8114) 2025-10-02 11:04:26 -07:00
resource_manager.py [TRTLLM-6106][feat] Add support for KVCache transfer from KVCache reuse path (#6348) 2025-09-27 19:29:30 -04:00
sampler.py [None][fix] Fix access to new tokens in sampler. (#7958) 2025-10-02 15:41:21 -04:00
scheduler.py [https://nvbugs/5528405][fix] Set up draft_tokens before scheduling (#7903) 2025-09-24 09:56:17 +08:00
seq_slot_manager.py [https://nvbugs/5394392][fix] Enlarge scheduler capacity under disagg bs == 1 (#6537) 2025-08-15 09:52:06 -07:00