TensorRT-LLMs/tensorrt_llm/_torch/modules
Mike Iovine 4b8ba7ad61
[fix][nvbug/5244009] Fix llama 4 test lists/scout accuracy issue (#4069)
[fix] Fix llama 4 test lists

Signed-off-by: Mike Iovine <6158008+mikeiovine@users.noreply.github.com>
2025-05-09 22:45:14 +08:00
..
mamba Fix create_weights in attention (#3692) 2025-04-24 07:30:00 +08:00
__init__.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
attention.py [fix][nvbug/5244009] Fix llama 4 test lists/scout accuracy issue (#4069) 2025-05-09 22:45:14 +08:00
decoder_layer.py chore: Use ellipsis as default value to detect whether residual argument is provided (#3626) 2025-04-17 12:31:58 +08:00
embedding.py feat: llama4 input processor (#3383) 2025-04-25 16:47:14 -07:00
fused_moe.py Cherry-pick: Use multi-threading to load MoE expert weights (#4137) 2025-05-09 17:29:24 +08:00
gated_mlp.py feat: support multi lora adapters and TP (#3885) 2025-05-08 23:45:45 +08:00
linear.py feat: support multi lora adapters and TP (#3885) 2025-05-08 23:45:45 +08:00
logits_processor.py feat: LogitsProcessor in PyTorch backend (#3145) 2025-05-01 14:15:30 -07:00
mlp.py feat: support multi lora adapters and TP (#3885) 2025-05-08 23:45:45 +08:00
multi_stream_utils.py [chore] Make llama4 MoE use maybe_execute_in_parallel (#3779) 2025-04-28 10:58:03 -04:00
rms_norm.py feat: Add group_rms_norm kernel to normalize multiple inputs in a single operator. (#3438) 2025-05-02 13:25:30 +08:00
rotary_embedding.py feat: Add group_rms_norm kernel to normalize multiple inputs in a single operator. (#3438) 2025-05-02 13:25:30 +08:00