mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-25 05:02:59 +08:00
* add parallel_q_b_proj_and_concat Signed-off-by: junliu <65336694+hello-11@users.noreply.github.com> * code cleanup Signed-off-by: junliu <65336694+hello-11@users.noreply.github.com> * one gemm/concat and then split the latent_cache and pass them separately to context/gen Signed-off-by: junliu <65336694+hello-11@users.noreply.github.com> --------- Signed-off-by: junliu <65336694+hello-11@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| mamba | ||
| __init__.py | ||
| attention.py | ||
| decoder_layer.py | ||
| embedding.py | ||
| fused_moe.py | ||
| gated_mlp.py | ||
| linear.py | ||
| logits_procesor.py | ||
| mlp.py | ||
| multi_stream_utils.py | ||
| rms_norm.py | ||
| rotary_embedding.py | ||