TensorRT-LLMs/tensorrt_llm/_torch/models
Bo Li 9c4b8f66b4
feat: Integration of Fused QKNorm+RoPE. (#4611)
Signed-off-by: Bo Li <22713281+bobboli@users.noreply.github.com>
2025-05-28 11:20:45 +08:00
..
__init__.py feat: Support Gemma3-1b-it in Pytorch workflow (#3999) 2025-05-14 14:02:44 +08:00
.gitkeep Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
modeling_auto.py Fix create_weights in attention (#3692) 2025-04-24 07:30:00 +08:00
modeling_bert.py feat: Support cos_sin_cache in all cases. (#3517) 2025-04-16 13:48:44 +08:00
modeling_clip.py feat: add Pytorch support of Vision Encoder for multimodal models (#3791) 2025-05-03 05:13:47 +08:00
modeling_deepseekv3.py refactor: extract and reuse filter_weights. (#4681) 2025-05-27 19:48:01 +08:00
modeling_gemma3.py feat: Integration of Fused QKNorm+RoPE. (#4611) 2025-05-28 11:20:45 +08:00
modeling_llama.py feat: Integration of Fused QKNorm+RoPE. (#4611) 2025-05-28 11:20:45 +08:00
modeling_llava_next.py refactor: extract and reuse filter_weights. (#4681) 2025-05-27 19:48:01 +08:00
modeling_mamba_hybrid.py feat: Add pp support for hybrid attn/mamba model (#4358) 2025-05-19 14:47:45 +08:00
modeling_mistral.py feat: [nvbugs/5261055][nvbugs/5170160] non-invasive pipeline parallelism (#4034) 2025-05-16 04:16:53 +08:00
modeling_mixtral.py refactor: extract and reuse filter_weights. (#4681) 2025-05-27 19:48:01 +08:00
modeling_mllama.py refactor: extract and reuse filter_weights. (#4681) 2025-05-27 19:48:01 +08:00
modeling_multimodal_encoder.py Update TensorRT-LLM (#2873) 2025-03-11 21:13:42 +08:00
modeling_multimodal_utils.py Adding option to specify a set of token ids for multimodal tokens (#4107) 2025-05-07 12:15:41 +08:00
modeling_nemotron_h.py feat: Add pp support for hybrid attn/mamba model (#4358) 2025-05-19 14:47:45 +08:00
modeling_nemotron_nas.py add changes for fp8, nemotron-nas, API (#4180) 2025-05-18 23:27:25 +08:00
modeling_nemotron.py feat: Support cos_sin_cache in all cases. (#3517) 2025-04-16 13:48:44 +08:00
modeling_qwen2vl.py feat: enhance trtllm serve multimodal (#3757) 2025-05-15 16:16:31 -07:00
modeling_qwen3_moe.py refactor: extract and reuse filter_weights. (#4681) 2025-05-27 19:48:01 +08:00
modeling_qwen3.py feat: Integration of Fused QKNorm+RoPE. (#4611) 2025-05-28 11:20:45 +08:00
modeling_qwen_moe.py refactor: extract and reuse filter_weights. (#4681) 2025-05-27 19:48:01 +08:00
modeling_qwen.py feat: [nvbugs/5261055][nvbugs/5170160] non-invasive pipeline parallelism (#4034) 2025-05-16 04:16:53 +08:00
modeling_siglip.py feat: add Pytorch support of Vision Encoder for multimodal models (#3791) 2025-05-03 05:13:47 +08:00
modeling_utils.py feat: Add vanilla MOE. (#4682) 2025-05-28 10:44:14 +08:00
modeling_vila.py feat: [nvbugs/5261055][nvbugs/5170160] non-invasive pipeline parallelism (#4034) 2025-05-16 04:16:53 +08:00