c28075490322a88dee732851114437d8e77f1cf4
Three changes addressing comp 168 root causes: 1. patch_ops.sh: CONDITIONAL qwen3_5.py deployment - If base image has qwen3_5.py > 1000 bytes, DON'T overwrite - Sub168 proof: base native code = ZERO NaN, 16.4 TPS - Our custom = 99.98% NaN, ERROR spam. PRD says don't overwrite. 2. _custom_ops.py: topk_softmax via ix_moe_bridge C++ bridge - ixformer::infer::topk_softmax in libixformer.so but NOT in Python - ix_moe_bridge.cpp (pybind11) calls C++ directly - Eliminates 39x ERROR log spam per prefill pass 3. patch_ops.sh: Pre-compile ix_moe_bridge.cpp at Docker build time - Links against libixformer.so - Bridge exposes full MoE pipeline
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%