Files
project_6/qwen3_6_scripts
EX Engine dba027fded fix(deploy): wire corex_gdn.py + corex_moe.py into patch_ops.sh
Deploy to $VLLM/model_executor/models/ so qwen3_5.py import succeeds:
  from vllm.model_executor.models import corex_gdn
  from vllm.model_executor.models import corex_moe

Dispatch chain now complete:
  GDN: corex_gdn (PyTorch fp32) || flash_qla_sm70 (CUDA, gate-clamped) || torch fallback
  MoE: ix_fused_moe_forward (C++) || corex_moe || EX CUB topk || torch fallback
2026-08-10 03:39:49 +00:00
..