TensorRT-LLMs/tensorrt_llm/_torch/pyexecutor
Yukun He fa20ffc5d4
[5310329] fix: Fix warmup phase batch size out of range. (#4912)
Signed-off-by: Yukun He <23156053+hyukn@users.noreply.github.com>
2025-06-06 12:26:05 +08:00
..
__init__.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
_util.py Fix: max_num_sequences calculation with overlap scheduling into release/0.20 (#4889) 2025-06-04 22:33:12 +08:00
config_utils.py feat: support kv cache reuse for MLA (#3571) 2025-05-15 15:22:21 +08:00
config.py API Breaking Change + Readability: "decoder"->"sampler" (#4121) 2025-05-16 23:52:25 +08:00
cuda_graph_runner.py feat: [nvbugs/5261055][nvbugs/5170160] non-invasive pipeline parallelism (#4034) 2025-05-16 04:16:53 +08:00
guided_decoder.py feat: Support the Structural Tag in guided decoding (#4066) 2025-05-12 17:24:50 +08:00
kv_cache_transceiver.py cacheTransceiver buffer manager (#3798) 2025-04-27 11:48:15 +08:00
layerwise_nvtx_marker.py Update TensorRT-LLM (#2849) 2025-03-04 18:44:00 +08:00
llm_request.py Cherry-pick https://github.com/NVIDIA/TensorRT-LLM/pull/4379 (#4833) 2025-06-03 12:30:01 +08:00
model_engine.py [5310329] fix: Fix warmup phase batch size out of range. (#4912) 2025-06-06 12:26:05 +08:00
py_executor_creator.py add changes for fp8, nemotron-nas, API (#4180) 2025-05-18 23:27:25 +08:00
py_executor.py Cherry-pick https://github.com/NVIDIA/TensorRT-LLM/pull/4379 (#4833) 2025-06-03 12:30:01 +08:00
resource_manager.py Cherry-pick https://github.com/NVIDIA/TensorRT-LLM/pull/4379 (#4833) 2025-06-03 12:30:01 +08:00
sampler.py Cherry-pick https://github.com/NVIDIA/TensorRT-LLM/pull/4379 (#4833) 2025-06-03 12:30:01 +08:00
scheduler.py Fix: max_num_sequences calculation with overlap scheduling into release/0.20 (#4889) 2025-06-04 22:33:12 +08:00
seq_slot_manager.py fix: skip add new slot if request has slot 0 (#3991) 2025-05-06 07:46:39 +02:00