TensorRT-LLMs/tensorrt_llm/_torch/pyexecutor
QI JUN b8c5e3892b
Revert "fix: build_config in TorchLlmArgs and avoid invalid args" (#4949)
Signed-off-by: QI JUN <22017000+QiJune@users.noreply.github.com>
2025-06-05 17:43:30 +08:00
..
__init__.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
_util.py Revert "fix: build_config in TorchLlmArgs and avoid invalid args" (#4949) 2025-06-05 17:43:30 +08:00
config_utils.py feat: support kv cache reuse for MLA (#3571) 2025-05-15 15:22:21 +08:00
config.py Cherry pick feat/llama4 to main (#4739) 2025-05-30 05:28:40 +08:00
cuda_graph_runner.py feat: Integration of Fused QKNorm+RoPE. (#4611) 2025-05-28 11:20:45 +08:00
guided_decoder.py feat: Support the Structural Tag in guided decoding (#4066) 2025-05-12 17:24:50 +08:00
handle_context_logits.py [TRTLLM-4987][feat] Partial support of context logits in TRTLLMSampler (#4538) 2025-06-01 03:32:43 +08:00
kv_cache_transceiver.py Agent interface impl for NIXL (#4125) 2025-05-22 09:09:41 +08:00
layerwise_nvtx_marker.py Update TensorRT-LLM (#2849) 2025-03-04 18:44:00 +08:00
llm_request.py Chore: refine comments of prepare inputs method of model engine (#4837) 2025-06-04 12:14:13 +08:00
model_engine.py Chore: refine comments of prepare inputs method of model engine (#4837) 2025-06-04 12:14:13 +08:00
py_executor_creator.py fix: handle OOMs during KV cache estimation (#4690) 2025-06-05 10:02:26 +02:00
py_executor.py fix: handle OOMs during KV cache estimation (#4690) 2025-06-05 10:02:26 +02:00
resource_manager.py [TRTLLM-4923][feat] Paged mamba cache (#4822) 2025-06-04 09:27:08 +03:00
sampler.py refactor: Separate DecoderState from GptDecoderBatched (#4700) 2025-06-03 09:42:01 +02:00
scheduler.py fix: max_num_sequences calculation with overlap scheduling (#4532) 2025-06-03 09:31:22 +02:00
seq_slot_manager.py fix: skip add new slot if request has slot 0 (#3991) 2025-05-06 07:46:39 +02:00