Files
project_6/ex_engine/python
project6 e969aa0e1f revert(corex_gdn+qwen3_5): restore to ff3562b9 — no rewriting existing modules
Reverted the NO-FALLBACK rewrite of corex_gdn.py and qwen3_5.py.

Policy: do NOT rewrite modules that already exist in base image or
upstream_ref. If an interface doesn't match, fix the interface call
site — don't rewrite the entire module in pure PyTorch.

Base image has corex_gdn.py, corex_moe.py, corex_fa2.py with C++
backends. The right approach is to match their __init__ signatures,
not replace them with slower Python reimplementations.
2026-08-10 09:32:24 +00:00
..