TensorRT-LLMs/tensorrt_llm/_torch/pyexecutor
Fanrong Li 6e46e13523
Cherry-pick https://github.com/NVIDIA/TensorRT-LLM/pull/4379 (#4833)
Signed-off-by: Fanrong Li <23290157+lfr-0531@users.noreply.github.com>
2025-06-03 12:30:01 +08:00
..
__init__.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
_util.py fix: [nvbug5300494] Use runtime total gpu memory to calculate kv cache memory and log more memory information (#4660) 2025-05-28 10:00:19 +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 Cherry-pick https://github.com/NVIDIA/TensorRT-LLM/pull/4379 (#4833) 2025-06-03 12:30:01 +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 Cherry-pick https://github.com/NVIDIA/TensorRT-LLM/pull/4379 (#4833) 2025-06-03 12:30:01 +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