Files
project_6/qwen3_6_scripts
EX Engine 33b7327c1d fix: add error logging to all corex module imports + dtype guard
Previous: except ImportError: pass (silent failure)
Now: logs WHY import failed so we can diagnose from docker logs

Also includes the matmul dtype guard fix:
  _ix_matmul only calls ixformer.matmul for float16 tensors
  Prevents stderr spam from GDN float32 accumulation path
2026-08-10 04:51:16 +00:00
..