TensorRT-LLMs/tensorrt_llm/_torch/pyexecutor
jmydurant 8836990bde
[TRTLLM-3602][feat] support nvfp4 model and fp8 kv cache for MLA chunked prefill (Blackwell) (#5475)
Signed-off-by: Mingyang Jiang <13463932+jmydurant@users.noreply.github.com>
2025-06-26 22:18:08 +08:00
..
__init__.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
_util.py Revert "feature: unify new_tokens format sample state to trtllm samper new_tokens format (#4401)" (#5474) 2025-06-25 20:56:04 -07:00
config_utils.py feat: support kv cache reuse for MLA (#3571) 2025-05-15 15:22:21 +08:00
config.py Chore: remove unused variables (#5314) 2025-06-24 22:27:32 +08:00
cuda_graph_runner.py [TRTLLM-4983] feat: enable overlap scheduler between draft forwards (#4802) 2025-06-15 23:09:16 +08: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 test: Add LLGuidance test and refine guided decoding (#5348) 2025-06-25 14:12:56 +08:00
guided_decoder.py Revert "feature: unify new_tokens format sample state to trtllm samper new_tokens format (#4401)" (#5474) 2025-06-25 20:56:04 -07: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 Revert "feature: unify new_tokens format sample state to trtllm samper new_tokens format (#4401)" (#5474) 2025-06-25 20:56:04 -07:00
make_decoding_batch_input_output.py refactor: manage cache indirection in decoder state (#5315) 2025-06-24 09:15:59 +02:00
model_engine.py Revert "feature: unify new_tokens format sample state to trtllm samper new_tokens format (#4401)" (#5474) 2025-06-25 20:56:04 -07:00
py_executor_creator.py [TRTLLM-3602][feat] support nvfp4 model and fp8 kv cache for MLA chunked prefill (Blackwell) (#5475) 2025-06-26 22:18:08 +08:00
py_executor.py Revert "feature: unify new_tokens format sample state to trtllm samper new_tokens format (#4401)" (#5474) 2025-06-25 20:56:04 -07:00
resource_manager.py refactor: remove batch_manager::KvCacheConfig and use executor::KvCacheConfig instead (#5384) 2025-06-26 19:45:52 +08:00
sampler.py Revert "feature: unify new_tokens format sample state to trtllm samper new_tokens format (#4401)" (#5474) 2025-06-25 20:56:04 -07:00
scheduler.py Revert "feature: unify new_tokens format sample state to trtllm samper new_tokens format (#4401)" (#5474) 2025-06-25 20:56:04 -07:00
seq_slot_manager.py Revert "feature: unify new_tokens format sample state to trtllm samper new_tokens format (#4401)" (#5474) 2025-06-25 20:56:04 -07:00