af08856d5c016f76a4f9c98a94e0d8ab14816178
Three fixes from comp 168 log analysis: 1. computility-run.yaml: max_model_len 256000→80000 - 256000 causes OOM (comp 168: CUDA OOM at 31.72GB) - BI-V100 KV cache capacity ~88112 blocks 2. _custom_ops.py: topk_softmax silent fallback - ixf_F.vllm_moe_topk_softmax missing in base image - New: try ixformer._C.topk_softmax → silent PyTorch fallback - Eliminates 500+ ERROR lines from docker log 3. patch_ops.sh: deploy _custom_ops.py - Previously excluded; now deployed to fix topk_softmax issue Ref: upstream_ref/xllm/core/kernels/ilu/ixformer.h
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%