TensorRT-LLMs/tensorrt_llm/_torch/models
amirkl94 8451a87742
chore: Mass integration of release/0.20 (#5082)
Signed-off-by: Stanley Sun <190317771+StanleySun639@users.noreply.github.com>
Signed-off-by: Yuxian Qiu <142763828+yuxianq@users.noreply.github.com>
Signed-off-by: Erin Ho <14718778+hchings@users.noreply.github.com>
Signed-off-by: Frank Di Natale <3429989+FrankD412@users.noreply.github.com>
Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>
Signed-off-by: Yanchao Lu <yanchaol@nvidia.com>
Signed-off-by: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com>
Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com>
Signed-off-by: Ivy Zhang <25222398+crazydemo@users.noreply.github.com>
Co-authored-by: Stanley Sun <190317771+StanleySun639@users.noreply.github.com>
Co-authored-by: Yuxian Qiu <142763828+yuxianq@users.noreply.github.com>
Co-authored-by: Erin <14718778+hchings@users.noreply.github.com>
Co-authored-by: Frank <3429989+FrankD412@users.noreply.github.com>
Co-authored-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>
Co-authored-by: Yanchao Lu <yanchaol@nvidia.com>
Co-authored-by: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com>
Co-authored-by: Yechan Kim <161688079+yechank-nvidia@users.noreply.github.com>
Co-authored-by: Ivy Zhang <25222398+crazydemo@users.noreply.github.com>
2025-06-17 14:32:02 +03:00
..
__init__.py feat: Basic skeleton for Gemma3 VLM (#5108) 2025-06-13 17:27:04 +08:00
.gitkeep Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
modeling_auto.py [feat] Implement model-agnostic one-engine eagle3 (#4778) 2025-06-13 08:11:41 -07:00
modeling_bert.py chore: Change the type annotations of input_ids and position_ids to int32. (#4632) 2025-06-07 16:10:47 +08:00
modeling_clip.py Cherry pick feat/llama4 to main (#4739) 2025-05-30 05:28:40 +08:00
modeling_deepseekv3.py feat: large-scale EP(part 7: DeepEP integration) (#4792) 2025-06-14 19:12:38 +08:00
modeling_gemma3.py feat: Basic skeleton for Gemma3 VLM (#5108) 2025-06-13 17:27:04 +08:00
modeling_gemma3vl.py feat: Basic skeleton for Gemma3 VLM (#5108) 2025-06-13 17:27:04 +08:00
modeling_hyperclovax.py feat: add HyperCLOVAX-SEED-Vision support in refactored way (#4799) 2025-06-09 11:04:04 +08:00
modeling_llama_min_latency.py [fix] Fix llama4 min latency (#5117) 2025-06-11 15:44:38 +08:00
modeling_llama.py feat: Enable EPLB to existing MoE models (#5203) 2025-06-15 11:48:06 +08:00
modeling_llava_next.py feat: add HyperCLOVAX-SEED-Vision support in refactored way (#4799) 2025-06-09 11:04:04 +08:00
modeling_mamba_hybrid.py chore: Change the type annotations of input_ids and position_ids to int32. (#4632) 2025-06-07 16:10:47 +08:00
modeling_mistral.py chore: Change the type annotations of input_ids and position_ids to int32. (#4632) 2025-06-07 16:10:47 +08:00
modeling_mixtral.py feat: Enable EPLB to existing MoE models (#5203) 2025-06-15 11:48:06 +08:00
modeling_mllama.py chore: Change the type annotations of input_ids and position_ids to int32. (#4632) 2025-06-07 16:10:47 +08:00
modeling_multimodal_encoder.py Update TensorRT-LLM (#2873) 2025-03-11 21:13:42 +08:00
modeling_multimodal_utils.py chore: Change the type annotations of input_ids and position_ids to int32. (#4632) 2025-06-07 16:10:47 +08:00
modeling_nemotron_h.py [TRTLLM-5835][feat] Optimized Mamba2Mixer prefill (#5128) 2025-06-16 16:29:17 +03:00
modeling_nemotron_nas.py Use backend to replace macro to control enablement of MNNVL all reduce (#4635) 2025-06-12 11:22:49 +08:00
modeling_nemotron.py chore: Change the type annotations of input_ids and position_ids to int32. (#4632) 2025-06-07 16:10:47 +08:00
modeling_qwen2vl.py [TRTLLM-5007][feat] Add multimodal hashing support (image hashing) (#4145) 2025-06-10 01:59:56 +08:00
modeling_qwen3_moe.py [feat] Add EAGLE3 support for Qwen3 (#5206) 2025-06-17 17:07:06 +08:00
modeling_qwen3.py chore: Refactor apply_rope. (#4918) 2025-06-09 16:51:59 +08:00
modeling_qwen_moe.py feat: Enable EPLB to existing MoE models (#5203) 2025-06-15 11:48:06 +08:00
modeling_qwen.py chore: Change the type annotations of input_ids and position_ids to int32. (#4632) 2025-06-07 16:10:47 +08:00
modeling_siglip.py Cherry pick feat/llama4 to main (#4739) 2025-05-30 05:28:40 +08:00
modeling_speculative.py [TRTLLM-4983] feat: enable overlap scheduler between draft forwards (#4802) 2025-06-15 23:09:16 +08:00
modeling_utils.py chore: Mass integration of release/0.20 (#5082) 2025-06-17 14:32:02 +03:00
modeling_vila.py feat: add HyperCLOVAX-SEED-Vision support in refactored way (#4799) 2025-06-09 11:04:04 +08:00