mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-23 12:12:39 +08:00
* Rewrite unit test for unified allreduce op. Removing the legacy unit test. * Revise formats, fusion_op bindings. Put all tensors as optional inputs. * Move the MoeAllreduceOp to a separate custom op. * Move all the fusion patterns to the new version of the AllReduce fusion kernel. Remove the AllReduce strategy config. Revise the AllReduce strategies and fusion pattern definitions. * Add more TODOs, fixing minor bugs, and remove legacy code. Signed-off-by: Yukun He <23156053+hyukn@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| .gitkeep | ||
| modeling_auto.py | ||
| modeling_bert.py | ||
| modeling_deepseekv3.py | ||
| modeling_llama.py | ||
| modeling_llava_next.py | ||
| modeling_mamba_hybrid.py | ||
| modeling_mixtral.py | ||
| modeling_mllama.py | ||
| modeling_multimodal_encoder.py | ||
| modeling_multimodal_utils.py | ||
| modeling_nemotron_h.py | ||
| modeling_nemotron_nas.py | ||
| modeling_nemotron.py | ||
| modeling_qwen2vl.py | ||
| modeling_qwen_moe.py | ||
| modeling_qwen.py | ||
| modeling_utils.py | ||
| modeling_vila.py | ||