TensorRT-LLMs/tensorrt_llm/_torch/pyexecutor
QI JUN 855036d8ee
update LlmRequest.is_dummy property (#5283)
Signed-off-by: QI JUN <22017000+QiJune@users.noreply.github.com>
Co-authored-by: Fanrong Li <23290157+lfr-0531@users.noreply.github.com>
2025-06-18 10:52:13 +08:00
..
__init__.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
_util.py [feat] Add llm args to tune python gc threshold (#5141) 2025-06-16 17:45:22 +08:00
config_utils.py feat: support kv cache reuse for MLA (#3571) 2025-05-15 15:22:21 +08:00
config.py refactor [BREAKING CHANGE]:: remove the redundant use_kv_cache field from PytorchConfig (#5031) 2025-06-13 16:34:24 +08:00
cuda_graph_runner.py [TRTLLM-4983] feat: enable overlap scheduler between draft forwards (#4802) 2025-06-15 23:09:16 +08:00
guided_decoder.py feat: port MakeDecodingBatchInputOutput to python in TRTLLMSampler (#4828) 2025-06-10 07:28:34 +08:00
handle_context_logits.py refactor: Update decoder buffer and logits management (#4450) 2025-06-18 08:10:32 +08:00
handle_generation_logits.py refactor: Update decoder buffer and logits management (#4450) 2025-06-18 08:10:32 +08:00
kv_cache_transceiver.py Solve underallocation in VSWA+/VGQA (#4667) 2025-06-12 12:12:46 +08:00
layerwise_nvtx_marker.py Update TensorRT-LLM (#2849) 2025-03-04 18:44:00 +08:00
llm_request.py update LlmRequest.is_dummy property (#5283) 2025-06-18 10:52:13 +08:00
make_decoding_batch_input_output.py refactor: Update decoder buffer and logits management (#4450) 2025-06-18 08:10:32 +08:00
model_engine.py Re-implement LlmResponse in Python to reduce host overhead of pybind (#5224) 2025-06-17 21:28:09 +08:00
py_executor_creator.py [feat] Add llm args to tune python gc threshold (#5141) 2025-06-16 17:45:22 +08:00
py_executor.py Re-implement LlmResponse in Python to reduce host overhead of pybind (#5224) 2025-06-17 21:28:09 +08:00
resource_manager.py [chore] Remove BaseDraftTokenManager (#5251) 2025-06-17 11:57:52 -04:00
sampler.py refactor: Update decoder buffer and logits management (#4450) 2025-06-18 08:10:32 +08: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