[Fix] Raise on undelivered embeddings in send_with_url, fix broken tests (#40502)

This commit is contained in:
Liangsheng Yin
2026-09-20 17:35:27 -07:00
committed by GitHub
parent 4027740569
commit 76a9065bef
4 changed files with 82 additions and 42 deletions
@@ -83,6 +83,9 @@ def _trtllm_prepared_layer() -> SimpleNamespace:
num_local_experts=NUM_EXPERTS,
moe_ep_rank=0,
intermediate_size_per_partition=INTERMEDIATE,
# FusedMoE.__init__ sets this; apply() reads it to reject the fused
# fallback for MegaMoE experts.
_mega_moe_nvfp4=False,
)